Skip to content

Commit 64a317a

Browse files
committed
[libc++][NFC] Fix typo in comment
1 parent 93fd05c commit 64a317a

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/atomics/atomics.types.generic/atomics.types.float

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void test_impl() {
7676
}
7777
}
7878

79-
// memory_order::comsume
79+
// memory_order::consume
8080
{
8181
std::unique_ptr<T> p = std::make_unique<T>(T(0.0));
8282
MaybeVolatile<std::atomic<T>> at(T(0.0));

0 commit comments

Comments
 (0)