diff options
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index bb2e63637..dca0c9c21 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -212,7 +212,7 @@ typedef enum { * > Get the current bytes in cache and the maximum that would be * > allowed in the cache. * - * * opts(GIT_OPT_GET_SEARCH_PATH, char *out, size_t len) + * * opts(GIT_OPT_GET_TEMPLATE_PATH, char *out, size_t len) * * > Get the default template path. * > The path is written to the `out` |