summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
diff options
context:
space:
mode:
authorMichael Anderson <drmikeando@gmail.com>2014-05-22 17:16:21 +0800
committerMichael Anderson <drmikeando@gmail.com>2014-05-23 15:57:20 +0800
commit31b0cb518f11d4ec8a95df54d077d51b05fa899c (patch)
treefa0ddcdaf97f7ee5c6a3c4edb8aa85a4d8549b7a /include/git2/repository.h
parent530594c0aa04df31e3cef331f6dad8083f66f15d (diff)
downloadlibgit2-31b0cb518f11d4ec8a95df54d077d51b05fa899c.tar.gz
Fixed miscellaneous documentation errors.
Diffstat (limited to 'include/git2/repository.h')
-rw-r--r--include/git2/repository.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h
index 037cb3f96..6a8ff4545 100644
--- a/include/git2/repository.h
+++ b/include/git2/repository.h
@@ -649,7 +649,7 @@ GIT_EXTERN(int) git_repository_set_head_detached(
*
* @param repo Repository pointer
* @param signature The identity that will used to populate the reflog entry
- * @param log_message The one line long message to be appended to the reflog
+ * @param reflog_message The one line long message to be appended to the reflog
* @return 0 on success, GIT_EUNBORNBRANCH when HEAD points to a non existing
* branch or an error code
*/