summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Price <price@mit.edu>2013-03-03 20:22:51 -0800
committerGreg Price <price@mit.edu>2013-03-31 15:33:22 -0700
commit804c5f562736b164148e648d475d95298d6d49a8 (patch)
tree365247c5216650d74b5e30cd733ffc5672dc1063
parentb72f5d4038a21a27efcdec350376af0342ccf3f0 (diff)
downloadlibgit2-804c5f562736b164148e648d475d95298d6d49a8.tar.gz
Fix puzzling doc comment
Signed-off-by: Greg Price <price@mit.edu>
-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 ad57b622e..0af80625e 100644
--- a/include/git2/revwalk.h
+++ b/include/git2/revwalk.h
@@ -92,7 +92,7 @@ GIT_EXTERN(void) git_revwalk_reset(git_revwalk *walker);
*
* The given commit will be used as one of the roots
* when starting the revision walk. At least one commit
- * must be pushed the repository before a walk can
+ * must be pushed onto the walker before a walk can
* be started.
*
* @param walk the walker being used for the traversal.