[libcxx] Fix typo in comments

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D157213
This commit is contained in:
Eymen Ünay 2023-08-07 18:14:27 +02:00 committed by Mark de Wever
parent 9b6aaf1dca
commit f1fc29b65c
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
// using difference_type = ptrdiff_t;
// using pointer = element_type *;
// using reference = element_type &;
// using const_pointe = const element_type *;
// using const_pointer = const element_type *;
// using const_reference = const element_type &;
// using iterator = implementation-defined;
// using const_iterator = implementation-defined;

View File

@ -5,7 +5,7 @@
set(LLVM_DIR_SAVE ${LLVM_DIR})
set(Clang_DIR_SAVE ${Clang_DIR})
# TODO LLVM 17 prefer to use teh stable release again instead of ToT.
# TODO LLVM 17 prefer to use the stable release again instead of ToT.
# libc++ normally prefers the use the last stable release instead of the ToT.
# For modules we need ToT since they are still under heavy development. So
# temporary the ToT version is preferred.