From d6713ec64e5249cd07d2a00faf8fd0cc2baa8845 Mon Sep 17 00:00:00 2001 From: Marc Strapetz Date: Tue, 22 Mar 2016 10:30:07 +0100 Subject: [PATCH] iterator: comment fixed --- src/iterator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iterator.c b/src/iterator.c index dd9d1b299..4202e00cd 100644 --- a/src/iterator.c +++ b/src/iterator.c @@ -204,8 +204,8 @@ GIT_INLINE(bool) iterator_has_ended(git_iterator *iter, const char *path) return iter->ended; } -/* walker for the index iterator that allows it to walk the sorted pathlist - * entries alongside sorted iterator entries. +/* walker for the index and tree iterator that allows it to walk the sorted + * pathlist entries alongside sorted iterator entries. */ static bool iterator_pathlist_next_is(git_iterator *iter, const char *path) {