summaryrefslogtreecommitdiff
path: root/src/path.h
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/path.h
parent2da64edb809c7c2dc7d4f2c6667ff9e1490bd625 (diff)
downloadlibgit2-08afd227dfd3ee56accd6d6ded3889f34c5329fc.tar.gz
Fix remaining documentation warnings
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h2
1 files changed, 1 insertions, 1 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,