Skip to content

Commit 5c9b713

Browse files
committed
[libc++][NFC] Fix typo in comments
1 parent c1d02bd commit 5c9b713

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libcxx/test/libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Clang-18 fixed some suspurious clang diagnostics. Once clang-18 is the
9+
// Clang-18 fixed some spurious clang diagnostics. Once clang-18 is the
1010
// minumum required version these obsolete tests can be removed.
11-
// TODO(LLVM-20) remove suspurious clang diagnostic tests.
11+
// TODO(LLVM-20) remove spurious clang diagnostic tests.
1212

1313
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Clang-18 fixed some suspurious clang diagnostics. Once clang-18 is the
9+
// Clang-18 fixed some spurious clang diagnostics. Once clang-18 is the
1010
// minumum required version these obsolete tests can be removed.
11-
// TODO(LLVM-20) remove suspurious clang diagnostic tests.
11+
// TODO(LLVM-20) remove spurious clang diagnostic tests.
1212

1313
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
1414

0 commit comments

Comments
 (0)