diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-05-26 08:38:39 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-05-26 08:38:39 +0200 |
commit | 433ba614a2ef948008510a1b1189702d515d2fc4 (patch) | |
tree | fa0ddcdaf97f7ee5c6a3c4edb8aa85a4d8549b7a /include/git2/reflog.h | |
parent | 530594c0aa04df31e3cef331f6dad8083f66f15d (diff) | |
parent | 31b0cb518f11d4ec8a95df54d077d51b05fa899c (diff) | |
download | libgit2-433ba614a2ef948008510a1b1189702d515d2fc4.tar.gz |
Merge pull request #2382 from mikeando/doc_fixes
Fixed miscellaneous documentation errors.
Diffstat (limited to 'include/git2/reflog.h')
-rw-r--r-- | include/git2/reflog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/reflog.h b/include/git2/reflog.h index df06e1b8e..ac42a231c 100644 --- a/include/git2/reflog.h +++ b/include/git2/reflog.h @@ -69,7 +69,7 @@ GIT_EXTERN(int) git_reflog_append(git_reflog *reflog, const git_oid *id, const g * * @param repo the repository * @param old_name the old name of the reference - * @param new_name the new name of the reference + * @param name the new name of the reference * @return 0 on success, GIT_EINVALIDSPEC or an error code */ GIT_EXTERN(int) git_reflog_rename(git_repository *repo, const char *old_name, const char *name); |