[libcxx-commits] [libcxx] 37ce3c2 - [libc++] Fix a typo (#111239)
    via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Sat Oct  5 22:58:29 PDT 2024
    
    
  
Author: Yang Kun
Date: 2024-10-06T07:58:25+02:00
New Revision: 37ce3c2208167b01bad29761a4e0b0a368cb1f36
URL: https://github.com/llvm/llvm-project/commit/37ce3c2208167b01bad29761a4e0b0a368cb1f36
DIFF: https://github.com/llvm/llvm-project/commit/37ce3c2208167b01bad29761a4e0b0a368cb1f36.diff
LOG: [libc++] Fix a typo (#111239)
Just a small typo I found when I refer to libc++'s code.
Added: 
    
Modified: 
    libcxx/include/__system_error/errc.h
Removed: 
    
################################################################################
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