Skip to content

Commit 4b4859c

Browse files
committed
mstd_iterator: correct comments
1 parent 3664912 commit 4b4859c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/cxxsupport/mstd_iterator

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
* - std::make_reverse_iterator
2626
* - std::move_iterator, std::make_move_iterator
2727
* - For all toolchains, C++17/20 backports:
28-
* - mbed::size
29-
* - mbed::ssize
30-
* - mbed::empty
31-
* - mbed::data
28+
* - mstd::size
29+
* - mstd::ssize
30+
* - mstd::empty
31+
* - mstd::data
3232
*/
3333

3434
#include <iterator>

0 commit comments

Comments
 (0)