Skip to content

Commit 661a73f

Browse files
authored
Fix typo in DiagnosticSemaKinds.td
s/makred/marked
1 parent 761a963 commit 661a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11594,7 +11594,7 @@ def err_coro_invalid_addr_of_label : Error<
1159411594
"the GNU address of label extension is not allowed in coroutines."
1159511595
>;
1159611596
def err_coroutine_return_type : Error<
11597-
"function returns a type %0 makred with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "
11597+
"function returns a type %0 marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "
1159811598
"non-coroutines should be marked with [[clang::coro_wrapper]] to allow returning coroutine return type"
1159911599
>;
1160011600
} // end of coroutines issue category

0 commit comments

Comments
 (0)