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 2c64928 commit 1e7a0ffCopy full SHA for 1e7a0ff
libcxx/include/__configuration/availability.h
@@ -225,7 +225,7 @@
225
#endif
226
227
// This controls the availability of new implementation of std::atomic's
228
-// wait, notify_one and notify all. The new implementation uses
+// wait, notify_one and notify_all. The new implementation uses
229
// the native atomic wait/notify operations on platforms that support them
230
// based on the size of the atomic type, instead of the type itself.
231
#define _LIBCPP_AVAILABILITY_HAS_NEW_SYNC _LIBCPP_INTRODUCED_IN_LLVM_22
0 commit comments