]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.h
sequencer.c: avoid empty statements at top level
[thirdparty/git.git] / path.h
diff --git a/path.h b/path.h
index 1ccd0373c9db8460c7ad7a3f9c5465f84408fd56..fc9d3487a003a076f506706644b61df1abe3b90f 100644 (file)
--- a/path.h
+++ b/path.h
@@ -147,7 +147,7 @@ extern void report_linked_checkout_garbage(void);
 /*
  * You can define a static memoized git path like:
  *
- *    static GIT_PATH_FUNC(git_path_foo, "FOO");
+ *    static GIT_PATH_FUNC(git_path_foo, "FOO")
  *
  * or use one of the global ones below.
  */