[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