Commit 804c5f56 by Greg Price

Fix puzzling doc comment

Signed-off-by: Greg Price <price@mit.edu>
parent b72f5d40
...@@ -92,7 +92,7 @@ GIT_EXTERN(void) git_revwalk_reset(git_revwalk *walker); ...@@ -92,7 +92,7 @@ GIT_EXTERN(void) git_revwalk_reset(git_revwalk *walker);
* *
* The given commit will be used as one of the roots * The given commit will be used as one of the roots
* when starting the revision walk. At least one commit * 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. * be started.
* *
* @param walk the walker being used for the traversal. * @param walk the walker being used for the traversal.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment