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
     1.1 --- a/src/cx/iterator.h	Fri Apr 21 20:50:19 2023 +0200
     1.2 +++ b/src/cx/iterator.h	Sat Apr 22 12:16:34 2023 +0200
     1.3 @@ -74,7 +74,7 @@
     1.4      bool (*flag_removal)(void *);
     1.5  
     1.6      /**
     1.7 -     * Indicates whether this iterator is muting.
     1.8 +     * Indicates whether this iterator may remove elements.
     1.9       */
    1.10      bool mutating;
    1.11  

mercurial