[libcxx-commits] [libcxx] 64a317a - [libc++][NFC] Fix typo in comment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 5 11:31:29 PST 2024


Author: Louis Dionne
Date: 2024-02-05T14:31:16-05:00
New Revision: 64a317ad0765a2b3748d2b74b9a0d4738250787a

URL: https://github.com/llvm/llvm-project/commit/64a317ad0765a2b3748d2b74b9a0d4738250787a
DIFF: https://github.com/llvm/llvm-project/commit/64a317ad0765a2b3748d2b74b9a0d4738250787a.diff

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

Added: 
    

Modified: 
    libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/load.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/load.pass.cpp b/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/load.pass.cpp
index 9917c890a95d5..55ddaab92f5a3 100644
--- a/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/load.pass.cpp
+++ b/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/load.pass.cpp
@@ -76,7 +76,7 @@ void test_impl() {
     }
   }
 
-  // memory_order::comsume
+  // memory_order::consume
   {
     std::unique_ptr<T> p = std::make_unique<T>(T(0.0));
     MaybeVolatile<std::atomic<T>> at(T(0.0));


        


More information about the libcxx-commits mailing list