Skip to content

Commit

Permalink
Fix typo in DiagnosticSemaKinds.td
Browse files Browse the repository at this point in the history
s/makred/marked
  • Loading branch information
usx95 committed Nov 20, 2023
1 parent 761a963 commit 661a73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/DiagnosticSemaKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -11594,7 +11594,7 @@ def err_coro_invalid_addr_of_label : Error<
"the GNU address of label extension is not allowed in coroutines."
>;
def err_coroutine_return_type : Error<
"function returns a type %0 makred with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "
"function returns a type %0 marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "
"non-coroutines should be marked with [[clang::coro_wrapper]] to allow returning coroutine return type"
>;
} // end of coroutines issue category
Expand Down

0 comments on commit 661a73f

Please sign in to comment.