diff options
| author | Ben Chatelain <ben@octop.ad> | 2015-07-27 18:32:55 -0600 |
|---|---|---|
| committer | Ben Chatelain <ben@octop.ad> | 2015-07-27 18:32:55 -0600 |
| commit | 08afd227dfd3ee56accd6d6ded3889f34c5329fc (patch) | |
| tree | 228b1facbac22de0cbcd9071713bfd292eb80625 /src/path.h | |
| parent | 2da64edb809c7c2dc7d4f2c6667ff9e1490bd625 (diff) | |
| download | libgit2-08afd227dfd3ee56accd6d6ded3889f34c5329fc.tar.gz | |
Fix remaining documentation warnings
Diffstat (limited to 'src/path.h')
| -rw-r--r-- | src/path.h | 2 |
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, |
