diff options
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, |
