diff options
Diffstat (limited to 'include/git2/clone.h')
| -rw-r--r-- | include/git2/clone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h index 4a64aacd3..790a82832 100644 --- a/include/git2/clone.h +++ b/include/git2/clone.h @@ -196,7 +196,7 @@ GIT_EXTERN(int) git_clone_init_options( * function works as though GIT_OPTIONS_INIT were passed. * @return 0 on success, any non-zero return value from a callback * function, or a negative value to indicate an error (use - * `giterr_last` for a detailed error message) + * `git_error_last` for a detailed error message) */ GIT_EXTERN(int) git_clone( git_repository **out, |
