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'">;
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'">;
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to