[PATCH] Correct a typo in err_deduced_non_type_template_arg_type_mismatch

Uriel Corfa uriel at corfa.fr
Fri Jul 17 19:17:21 PDT 2015


Hi, this is a tiny typo correction. Apologies in advance if I messed up the
patch.

Files:
  include/clang/Basic/DiagnosticSemaKinds.td

Index: include/clang/Basic/DiagnosticSemaKinds.td
===================================================================
--- include/clang/Basic/DiagnosticSemaKinds.td (revision 242507)
+++ include/clang/Basic/DiagnosticSemaKinds.td (working copy)
@@ -3398,7 +3398,7 @@
  "null non-type template argument of type %0 does not match template
parameter "
  "of type %1">;
 def err_deduced_non_type_template_arg_type_mismatch : Error<
-  "deduced non-type template argument does not have the same type as the "
+  "deduced non-type template argument does not have the same type as "
   "its corresponding template parameter%diff{ ($ vs $)|}0,1">;
 def err_non_type_template_arg_subobject : Error<
   "non-type template argument refers to subobject '%0'">;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150718/656dfe9e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typo_err_deduced_non_type_template_arg_type_mismatch.patch
Type: text/x-patch
Size: 749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150718/656dfe9e/attachment.bin>


More information about the cfe-commits mailing list