Commit 804c5f562736b164148e648d475d95298d6d49a8

Greg Price 2013-03-03T20:22:51

Fix puzzling doc comment Signed-off-by: Greg Price <price@mit.edu>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h
index ad57b62..0af8062 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.