Skip to content

Commit 941f535

Browse files
committed
[libc++] Fix a typo
1 parent 835b5e2 commit 941f535

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)