[libcxx-commits] [PATCH] D102354: [libcxx] NFC. Fix misprint unodered -> unordered
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 12 12:44:30 PDT 2021
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added inline comments.
================
Comment at: libcxx/include/__hash_table:2512-2513
_LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__last) == this,
- "unodered container::erase(iterator, iterator) called with an iterator not"
- " referring to this unodered container");
+ "unordered container::erase(iterator, iterator) called with an iterator not"
+ " referring to this unordered container");
#endif
----------------
Maybe even eliminate the second repetition of "unordered" here: just say "...an iterator not referring to this container". No big deal either way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102354/new/
https://reviews.llvm.org/D102354
More information about the libcxx-commits
mailing list