[libcxx-commits] [PATCH] D157213: [libcxx] Fix typo in comments

Mehmet Eymen Ünay via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 6 04:08:51 PDT 2023


Eymay created this revision.
Herald added a project: All.
Eymay requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157213

Files:
  libcxx/test/std/containers/views/views.span/types.pass.cpp
  libcxx/test/tools/clang_tidy_checks/CMakeLists.txt


Index: libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
===================================================================
--- libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
+++ libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
@@ -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.
Index: libcxx/test/std/containers/views/views.span/types.pass.cpp
===================================================================
--- libcxx/test/std/containers/views/views.span/types.pass.cpp
+++ libcxx/test/std/containers/views/views.span/types.pass.cpp
@@ -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;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157213.547551.patch
Type: text/x-patch
Size: 1383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230806/69a3251b/attachment.bin>


More information about the libcxx-commits mailing list