Skip to content

Commit 071e302

Browse files
authored
[libc][NFC] fix comment typo ("documentation") (#147836)
1 parent f1acd69 commit 071e302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/src/__support/CPP/atomic.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ enum class MemoryOrder : int {
2828
SEQ_CST = __ATOMIC_SEQ_CST
2929
};
3030

31-
// These are a clang extension, see the clang documenation for more information:
31+
// These are a clang extension, see the clang documentation for more
32+
// information:
3233
// https://clang.llvm.org/docs/LanguageExtensions.html#scoped-atomic-builtins.
3334
enum class MemoryScope : int {
3435
#if defined(__MEMORY_SCOPE_SYSTEM) && defined(__MEMORY_SCOPE_DEVICE)

0 commit comments

Comments
 (0)