We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012aad2 commit 2711c89Copy full SHA for 2711c89
libcxx/include/__configuration/availability.h
@@ -251,7 +251,7 @@
251
#endif
252
253
// This controls the availability of new implementation of std::atomic's
254
-// wait, notify_one and notify all. The new implementation uses
+// wait, notify_one and notify_all. The new implementation uses
255
// the native atomic wait/notify operations on platforms that support them
256
// based on the size of the atomic type, instead of the type itself.
257
#define _LIBCPP_AVAILABILITY_HAS_NEW_SYNC _LIBCPP_INTRODUCED_IN_LLVM_22
0 commit comments