diff options
author | Ben Chatelain <ben@octop.ad> | 2015-07-27 14:46:50 -0600 |
---|---|---|
committer | Ben Chatelain <ben@octop.ad> | 2015-07-27 14:46:50 -0600 |
commit | 41808d04705644b8af566c9039a3ddcbb3257c99 (patch) | |
tree | bb894b0d8acfef6e13fc54551b9ba7ba3dcff060 /include/git2/repository.h | |
parent | abbe17ef1ffbc264101808829a3317c1c805df96 (diff) | |
download | libgit2-41808d04705644b8af566c9039a3ddcbb3257c99.tar.gz |
Fix @param names in doc comments
Diffstat (limited to 'include/git2/repository.h')
-rw-r--r-- | include/git2/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h index ce56fef0f..cf268ef85 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -745,7 +745,7 @@ GIT_EXTERN(int) git_repository_ident(const char **name, const char **email, cons * * @param repo the repository to configure * @param name the name to use for the reflog entries - * @param name the email to use for the reflog entries + * @param email the email to use for the reflog entries */ GIT_EXTERN(int) git_repository_set_ident(git_repository *repo, const char *name, const char *email); |