diff options
Diffstat (limited to 'include/git2/revwalk.h')
-rw-r--r-- | include/git2/revwalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h index c9f7372e9..8bfe0b502 100644 --- a/include/git2/revwalk.h +++ b/include/git2/revwalk.h @@ -221,7 +221,7 @@ GIT_EXTERN(void) git_revwalk_sorting(git_revwalk *walk, unsigned int sort_mode); * * The range should be of the form * <commit>..<commit> - * where each <commit> is in the form accepted by 'git_revparse'. + * where each <commit> is in the form accepted by 'git_revparse_single'. * The left-hand commit will be hidden and the right-hand commit pushed. * * @param walk the walker being used for the traversal |