vendor/libgit2/include/git2/revwalk.h in rugged-0.17.0.b6 vs vendor/libgit2/include/git2/revwalk.h in rugged-0.17.0.b7

- old
+ new

@@ -199,10 +199,10 @@ * The revision walker is reset when the walk is over. * * @param oid Pointer where to store the oid of the next commit * @param walk the walker to pop the commit from. * @return 0 if the next commit was found; - * GIT_REVWALKOVER if there are no commits left to iterate + * GIT_ITEROVER if there are no commits left to iterate */ GIT_EXTERN(int) git_revwalk_next(git_oid *oid, git_revwalk *walk); /** * Change the sorting mode when iterating through the