From 941f53523d380ae8aa7868b7556896584fdc28c8 Mon Sep 17 00:00:00 2001 From: Yang Kun <91833768+ikspress@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 0004c46e2279b..23c84d95b62aa 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