Skip to content

Commit 2711c89

Browse files
huixie90ldionne
andcommitted
Update libcxx/include/__configuration/availability.h
Co-authored-by: Louis Dionne <[email protected]>
1 parent 012aad2 commit 2711c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__configuration/availability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
#endif
252252

253253
// This controls the availability of new implementation of std::atomic's
254-
// wait, notify_one and notify all. The new implementation uses
254+
// wait, notify_one and notify_all. The new implementation uses
255255
// the native atomic wait/notify operations on platforms that support them
256256
// based on the size of the atomic type, instead of the type itself.
257257
#define _LIBCPP_AVAILABILITY_HAS_NEW_SYNC _LIBCPP_INTRODUCED_IN_LLVM_22

0 commit comments

Comments
 (0)