Commit d6713ec6 by Marc Strapetz Committed by Edward Thomson

iterator: comment fixed

parent f4777058
...@@ -204,8 +204,8 @@ GIT_INLINE(bool) iterator_has_ended(git_iterator *iter, const char *path) ...@@ -204,8 +204,8 @@ GIT_INLINE(bool) iterator_has_ended(git_iterator *iter, const char *path)
return iter->ended; return iter->ended;
} }
/* walker for the index iterator that allows it to walk the sorted pathlist /* walker for the index and tree iterator that allows it to walk the sorted
* entries alongside sorted iterator entries. * pathlist entries alongside sorted iterator entries.
*/ */
static bool iterator_pathlist_next_is(git_iterator *iter, const char *path) static bool iterator_pathlist_next_is(git_iterator *iter, const char *path)
{ {
......
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