From 31b0cb518f11d4ec8a95df54d077d51b05fa899c Mon Sep 17 00:00:00 2001 From: Michael Anderson Date: Thu, 22 May 2014 17:16:21 +0800 Subject: Fixed miscellaneous documentation errors. --- include/git2/reflog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/git2/reflog.h') 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); -- cgit v1.2.1