<div dir="ltr">Does this diagnostic have test coverage, could it be expanded to check the spelling here? (mostly as a motivation to ensure this diagnostic is actually tested... )</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 20, 2023 at 3:04 AM via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Author: Utkarsh Saxena<br>
Date: 2023-11-20T12:04:32+01:00<br>
New Revision: 661a73ff712c54d05042eb37d536be4bade307b4<br>
<br>
URL: <a href="https://github.com/llvm/llvm-project/commit/661a73ff712c54d05042eb37d536be4bade307b4" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/661a73ff712c54d05042eb37d536be4bade307b4</a><br>
DIFF: <a href="https://github.com/llvm/llvm-project/commit/661a73ff712c54d05042eb37d536be4bade307b4.diff" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/661a73ff712c54d05042eb37d536be4bade307b4.diff</a><br>
<br>
LOG: Fix typo in DiagnosticSemaKinds.td<br>
<br>
s/makred/marked<br>
<br>
Added: <br>
<br>
<br>
Modified: <br>
    clang/include/clang/Basic/DiagnosticSemaKinds.td<br>
<br>
Removed: <br>
<br>
<br>
<br>
################################################################################<br>
diff  --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td<br>
index 1a6c4d80ccb6ac2..9a7dafa4a298273 100644<br>
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td<br>
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td<br>
@@ -11594,7 +11594,7 @@ def err_coro_invalid_addr_of_label : Error<<br>
   "the GNU address of label extension is not allowed in coroutines."<br>
 >;<br>
 def err_coroutine_return_type : Error<<br>
-  "function returns a type %0 makred with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "<br>
+  "function returns a type %0 marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "<br>
   "non-coroutines should be marked with [[clang::coro_wrapper]] to allow returning coroutine return type"<br>
 >;<br>
 } // end of coroutines issue category<br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><br>
</blockquote></div>