mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-30 22:24:56 +00:00
Fix puzzling doc comment
Signed-off-by: Greg Price <price@mit.edu>
This commit is contained in:
parent
b72f5d4038
commit
804c5f5627
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user