summaryrefslogtreecommitdiff
path: root/include/git2/revwalk.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-04-15 13:29:40 -0700
committerBen Straub <bs@github.com>2013-04-15 13:29:40 -0700
commit201566539f38874b4e93c6a36593bd0d10e6352c (patch)
treeb7475fa99d7d170096f8c771cb9cc0836be819b4 /include/git2/revwalk.h
parent5961d5ea7f77cc442ec7d7c9f698f8c96c050298 (diff)
downloadlibgit2-201566539f38874b4e93c6a36593bd0d10e6352c.tar.gz
Clean up minor details
Diffstat (limited to 'include/git2/revwalk.h')
-rw-r--r--include/git2/revwalk.h2
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