summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Chatelain <ben@octop.ad>2015-07-27 18:32:55 -0600
committerBen Chatelain <ben@octop.ad>2015-07-27 18:32:55 -0600
commit08afd227dfd3ee56accd6d6ded3889f34c5329fc (patch)
tree228b1facbac22de0cbcd9071713bfd292eb80625 /src
parent2da64edb809c7c2dc7d4f2c6667ff9e1490bd625 (diff)
downloadlibgit2-08afd227dfd3ee56accd6d6ded3889f34c5329fc.tar.gz
Fix remaining documentation warnings
Diffstat (limited to 'src')
-rw-r--r--src/path.h2
-rw-r--r--src/push.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/path.h b/src/path.h
index 5927a5381..e6be06faa 100644
--- a/src/path.h
+++ b/src/path.h
@@ -319,7 +319,7 @@ extern int git_path_cmp(
* @param callback Function to invoke on each path. Passed the `payload`
* and the buffer containing the current path. The path should not
* be modified in any way. Return non-zero to stop iteration.
- * @param state Passed to fn as the first ath.
+ * @param payload Passed to fn as the first ath.
*/
extern int git_path_walk_up(
git_buf *pathbuf,
diff --git a/src/push.h b/src/push.h
index 094f96ca9..53890f54b 100644
--- a/src/push.h
+++ b/src/push.h
@@ -83,7 +83,7 @@ int git_push_add_refspec(git_push *push, const char *refspec);
* Update remote tips after a push
*
* @param push The push object
- * @param signature The identity to use when updating reflogs
+ * @param callbacks The identity to use when updating reflogs
*
* @return 0 or an error code
*/