<div dir="ltr">Hi, this is a tiny typo correction. Apologies in advance if I messed up the patch.<div><br></div><div>Files:</div><div>  include/clang/Basic/DiagnosticSemaKinds.td</div><div><br></div><div><div>Index: include/clang/Basic/DiagnosticSemaKinds.td</div><div>===================================================================</div><div>--- include/clang/Basic/DiagnosticSemaKinds.td<span class="Apple-tab-span" style="white-space:pre">       </span>(revision 242507)</div><div>+++ include/clang/Basic/DiagnosticSemaKinds.td<span class="Apple-tab-span" style="white-space:pre">      </span>(working copy)</div><div>@@ -3398,7 +3398,7 @@</div><div>  "null non-type template argument of type %0 does not match template parameter "</div><div>  "of type %1">;</div><div> def err_deduced_non_type_template_arg_type_mismatch : Error<</div><div>-  "deduced non-type template argument does not have the same type as the "</div><div>+  "deduced non-type template argument does not have the same type as "</div><div>   "its corresponding template parameter%diff{ ($ vs $)|}0,1">;</div><div> def err_non_type_template_arg_subobject : Error<</div><div>   "non-type template argument refers to subobject '%0'">;</div><div><br></div></div></div>