commit | 0ef91e858dacbf2d3ca3efcd583626e770982914 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Tue Mar 29 11:45:49 2022 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 29 08:50:57 2022 -0700 |
tree | cf6961883d1773f83ff0e4e3e44a7a55061a587e | |
parent | 22bfdf9e059254a9a8d8c10a3d33ca2d12068bde [diff] |
[libc++][NFC] Fix typo in comment GitOrigin-RevId: 95a2527261443729a398e16bc7dc6dd325fc2691
diff --git a/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp b/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp index 8468f62..0af79ee 100644 --- a/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp +++ b/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