diff options
Diffstat (limited to 'include/git2/sys')
| -rw-r--r-- | include/git2/sys/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/repository.h b/include/git2/sys/repository.h index 082a844b8..800396c86 100644 --- a/include/git2/sys/repository.h +++ b/include/git2/sys/repository.h @@ -56,7 +56,7 @@ GIT_EXTERN(void) git_repository__cleanup(git_repository *repo); * * @param repo A repository object * @param recurse_submodules Should submodules be updated recursively - * @returrn 0 on success, < 0 on error + * @return 0 on success, < 0 on error */ GIT_EXTERN(int) git_repository_reinit_filesystem( git_repository *repo, |
