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 f1acd69 commit 071e302Copy full SHA for 071e302
libc/src/__support/CPP/atomic.h
@@ -28,7 +28,8 @@ enum class MemoryOrder : int {
28
SEQ_CST = __ATOMIC_SEQ_CST
29
};
30
31
-// These are a clang extension, see the clang documenation for more information:
+// These are a clang extension, see the clang documentation for more
32
+// information:
33
// https://clang.llvm.org/docs/LanguageExtensions.html#scoped-atomic-builtins.
34
enum class MemoryScope : int {
35
#if defined(__MEMORY_SCOPE_SYSTEM) && defined(__MEMORY_SCOPE_DEVICE)
0 commit comments