fix typo

Sat, 22 Apr 2023 12:16:34 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 22 Apr 2023 12:16:34 +0200
changeset 695
eb1884a8b096
parent 694
ac827d873c17
child 696
1ba4ec2e7a89

fix typo

src/cx/iterator.h file | annotate | diff | comparison | revisions
--- 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;
 

mercurial