diff --git a/lib/wp/iterator.c b/lib/wp/iterator.c index 6cbbd12d..702a4fb8 100644 --- a/lib/wp/iterator.c +++ b/lib/wp/iterator.c @@ -174,7 +174,7 @@ wp_iterator_next (WpIterator *self, GValue *item) } /*! - * \brief Iterates over all items of the iterator calling a function. + * \brief Fold a function over the items of the iterator. * * \ingroup wpiterator * \param self the iterator @@ -196,7 +196,7 @@ wp_iterator_fold (WpIterator *self, WpIteratorFoldFunc func, GValue *ret, } /*! - * \brief Fold a function over the items of the iterator. + * \brief Iterates over all items of the iterator calling a function. * * \ingroup wpiterator * \param self the iterator