Skip to content

Commit e650e22

Browse files
huixie90ldionne
andauthored
Update libcxx/include/__configuration/availability.h
Co-authored-by: Louis Dionne <[email protected]>
1 parent 014925a commit e650e22

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)