summaryrefslogtreecommitdiff
path: root/include/git2/tree.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-05-26 08:38:39 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-05-26 08:38:39 +0200
commit433ba614a2ef948008510a1b1189702d515d2fc4 (patch)
treefa0ddcdaf97f7ee5c6a3c4edb8aa85a4d8549b7a /include/git2/tree.h
parent530594c0aa04df31e3cef331f6dad8083f66f15d (diff)
parent31b0cb518f11d4ec8a95df54d077d51b05fa899c (diff)
downloadlibgit2-433ba614a2ef948008510a1b1189702d515d2fc4.tar.gz
Merge pull request #2382 from mikeando/doc_fixes
Fixed miscellaneous documentation errors.
Diffstat (limited to 'include/git2/tree.h')
-rw-r--r--include/git2/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tree.h b/include/git2/tree.h
index 6669652ae..56922d40b 100644
--- a/include/git2/tree.h
+++ b/include/git2/tree.h
@@ -151,7 +151,7 @@ GIT_EXTERN(int) git_tree_entry_bypath(
* and must be freed explicitly with `git_tree_entry_free()`.
*
* @param dest pointer where to store the copy
- * @param entry tree entry to duplicate
+ * @param source tree entry to duplicate
* @return 0 or an error code
*/
GIT_EXTERN(int) git_tree_entry_dup(git_tree_entry **dest, const git_tree_entry *source);