[libc-commits] [libc] [libc][NFC] fix comment typo ("documentation") (PR #147836)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 9 14:45:57 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Bogdan Vetrenko (bv2k4)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/147836.diff


1 Files Affected:

- (modified) libc/src/__support/CPP/atomic.h (+1-1) 


``````````diff
diff --git a/libc/src/__support/CPP/atomic.h b/libc/src/__support/CPP/atomic.h
index 2f00b3ed32811..248f3ca46c276 100644
--- a/libc/src/__support/CPP/atomic.h
+++ b/libc/src/__support/CPP/atomic.h
@@ -28,7 +28,7 @@ enum class MemoryOrder : int {
   SEQ_CST = __ATOMIC_SEQ_CST
 };
 
-// These are a clang extension, see the clang documenation for more information:
+// These are a clang extension, see the clang documentation for more information:
 // https://clang.llvm.org/docs/LanguageExtensions.html#scoped-atomic-builtins.
 enum class MemoryScope : int {
 #if defined(__MEMORY_SCOPE_SYSTEM) && defined(__MEMORY_SCOPE_DEVICE)

``````````

</details>


https://github.com/llvm/llvm-project/pull/147836


More information about the libc-commits mailing list