Skip to content

Commit 1e7a0ff

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

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
@@ -225,7 +225,7 @@
225225
#endif
226226

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

0 commit comments

Comments
 (0)