diff options
Diffstat (limited to 'path.h')
-rw-r--r-- | path.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |