[libcxx-commits] [libcxx] 5c9b713 - [libc++][NFC] Fix typo in comments

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 10 10:42:04 PST 2024


Author: Louis Dionne
Date: 2024-01-10T13:41:59-05:00
New Revision: 5c9b713394486be91dc181062e5c01d696c30787

URL: https://github.com/llvm/llvm-project/commit/5c9b713394486be91dc181062e5c01d696c30787
DIFF: https://github.com/llvm/llvm-project/commit/5c9b713394486be91dc181062e5c01d696c30787.diff

LOG: [libc++][NFC] Fix typo in comments

Added: 
    

Modified: 
    libcxx/test/libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp
    libcxx/test/libcxx/utilities/expected/expected.void/transform_error.mandates.verify.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp b/libcxx/test/libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp
index 46027fb4629515..82024a068f00d1 100644
--- a/libcxx/test/libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp
+++ b/libcxx/test/libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp
@@ -6,9 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-// Clang-18 fixed some suspurious clang diagnostics. Once clang-18 is the
+// Clang-18 fixed some spurious clang diagnostics. Once clang-18 is the
 // minumum required version these obsolete tests can be removed.
-// TODO(LLVM-20) remove suspurious clang diagnostic tests.
+// TODO(LLVM-20) remove spurious clang diagnostic tests.
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
 

diff  --git a/libcxx/test/libcxx/utilities/expected/expected.void/transform_error.mandates.verify.cpp b/libcxx/test/libcxx/utilities/expected/expected.void/transform_error.mandates.verify.cpp
index cce59b99c55a04..0f2fb581ccd705 100644
--- a/libcxx/test/libcxx/utilities/expected/expected.void/transform_error.mandates.verify.cpp
+++ b/libcxx/test/libcxx/utilities/expected/expected.void/transform_error.mandates.verify.cpp
@@ -6,9 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-// Clang-18 fixed some suspurious clang diagnostics. Once clang-18 is the
+// Clang-18 fixed some spurious clang diagnostics. Once clang-18 is the
 // minumum required version these obsolete tests can be removed.
-// TODO(LLVM-20) remove suspurious clang diagnostic tests.
+// TODO(LLVM-20) remove spurious clang diagnostic tests.
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
 


        


More information about the libcxx-commits mailing list