From 804c5f562736b164148e648d475d95298d6d49a8 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 3 Mar 2013 20:22:51 -0800 Subject: Fix puzzling doc comment Signed-off-by: Greg Price --- include/git2/revwalk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1