# HG changeset patch # User Mike Becker # Date 1682158594 -7200 # Node ID eb1884a8b096bfb4802a678b8b68c5f1eeb70857 # Parent ac827d873c17a77fcc9a0551e4772e70a560dd30 fix typo diff -r ac827d873c17 -r eb1884a8b096 src/cx/iterator.h --- a/src/cx/iterator.h Fri Apr 21 20:50:19 2023 +0200 +++ b/src/cx/iterator.h Sat Apr 22 12:16:34 2023 +0200 @@ -74,7 +74,7 @@ bool (*flag_removal)(void *); /** - * Indicates whether this iterator is muting. + * Indicates whether this iterator may remove elements. */ bool mutating;