[libcxx-commits] [libcxx] [libc++] Fix a typo (PR #111239)
Yang Kun via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Oct 5 00:52:40 PDT 2024
https://github.com/ikspress created https://github.com/llvm/llvm-project/pull/111239
Just a small typo when I refer to libc++'s code.
>From 941f53523d380ae8aa7868b7556896584fdc28c8 Mon Sep 17 00:00:00 2001
From: Yang Kun <91833768+ikspress at users.noreply.github.com>
Date: Sat, 5 Oct 2024 15:45:39 +0800
Subject: [PATCH] [libc++] Fix a typo
---
libcxx/include/__system_error/errc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the libcxx-commits
mailing list