[libcxx-commits] [libcxx] [libc++] Fix a typo (PR #111239)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Oct 5 00:53:28 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Yang Kun (ikspress)
<details>
<summary>Changes</summary>
Just a small typo when I refer to libc++'s code.
---
Full diff: https://github.com/llvm/llvm-project/pull/111239.diff
1 Files Affected:
- (modified) libcxx/include/__system_error/errc.h (+1-1)
``````````diff
diff --git a/libcxx/include/__system_error/errc.h b/libcxx/include/__system_error/errc.h
index 0004c46e2279b3..23c84d95b62aaa 100644
--- a/libcxx/include/__system_error/errc.h
+++ b/libcxx/include/__system_error/errc.h
@@ -133,7 +133,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
// enum class errc
//
// LWG3869 deprecates the UNIX STREAMS macros and enum values.
-// This makes the code clumbersome:
+// This makes the code cumbersome:
// - the enum value is deprecated and should show a diagnostic,
// - the macro is deprecated and should _not_ show a diagnostic in this
// context, and
``````````
</details>
https://github.com/llvm/llvm-project/pull/111239
More information about the libcxx-commits
mailing list