summaryrefslogtreecommitdiff
path: root/include/git2/refs.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-06-16 03:02:46 +0200
committerVicent Marti <tanoku@gmail.com>2011-06-16 03:06:22 +0200
commitd144c569f372aace4b71e595cb541111730edce4 (patch)
treebe63023d8be74794fbe4e12214116914a1dad92b /include/git2/refs.h
parentf1d018513aced2fb4e6c87f2d417b6f826dbe998 (diff)
downloadlibgit2-d144c569f372aace4b71e595cb541111730edce4.tar.gz
Update documentation
Fix all the missmatched arguments in the docs
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r--include/git2/refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h
index 35c72ac14..2c3aac7b0 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -213,7 +213,7 @@ GIT_EXTERN(int) git_reference_set_target(git_reference *ref, const char *target)
* memory and on disk.
*
* @param ref The reference
- * @param target The new target OID for the reference
+ * @param id The new target OID for the reference
* @return 0 on success; error code otherwise
*/
GIT_EXTERN(int) git_reference_set_oid(git_reference *ref, const git_oid *id);