[libcxx-commits] [libcxx] 95a2527 - [libc++][NFC] Fix typo in comment
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 29 08:46:03 PDT 2022
Author: Louis Dionne
Date: 2022-03-29T11:45:56-04:00
New Revision: 95a2527261443729a398e16bc7dc6dd325fc2691
URL: https://github.com/llvm/llvm-project/commit/95a2527261443729a398e16bc7dc6dd325fc2691
DIFF: https://github.com/llvm/llvm-project/commit/95a2527261443729a398e16bc7dc6dd325fc2691.diff
LOG: [libc++][NFC] Fix typo in comment
Added:
Modified:
libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp b/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp
index 8468f62b34069..0af79eef4687a 100644
--- a/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp
+++ b/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp
@@ -9,7 +9,7 @@
// UNSUPPORTED: c++03
// This test makes sure that the control block implementation used for non-array
-// types in std::make_shared and std::allocate_shared is ABI compatbile with the
+// types in std::make_shared and std::allocate_shared is ABI compatible with the
// original implementation.
//
// This test is relevant because the implementation of that control block is
More information about the libcxx-commits
mailing list