Skip to content

Commit 37ce3c2

Browse files
authored
[libc++] Fix a typo (llvm#111239)
Just a small typo I found when I refer to libc++'s code.
1 parent 6de5305 commit 37ce3c2

File tree

1 file changed

+1
-1
lines changed
  • libcxx/include/__system_error

1 file changed

+1
-1
lines changed

libcxx/include/__system_error/errc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
133133
// enum class errc
134134
//
135135
// LWG3869 deprecates the UNIX STREAMS macros and enum values.
136-
// This makes the code clumbersome:
136+
// This makes the code cumbersome:
137137
// - the enum value is deprecated and should show a diagnostic,
138138
// - the macro is deprecated and should _not_ show a diagnostic in this
139139
// context, and

0 commit comments

Comments
 (0)