diff -r adb4e0737c33 -r 16e2a3391e88 src/cx/iterator.h --- a/src/cx/iterator.h Thu May 23 18:21:08 2024 +0200 +++ b/src/cx/iterator.h Thu May 23 18:21:36 2024 +0200 @@ -274,7 +274,7 @@ /** - * Creates a mutating iterator for the specified plain array. + * Creates an iterator for the specified plain array. * * The \p array can be \c NULL in which case the iterator will be immediately * initialized such that #cxIteratorValid() returns \c false. @@ -293,7 +293,7 @@ ); /** - * Creates an iterator for the specified plain array. + * Creates a mutating iterator for the specified plain array. * * While the iterator is in use, the array may only be altered by removing * elements through #cxIteratorFlagRemoval(). Every other change to the array