[cfe-commits] r133934 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Bob Wilson bob.wilson at apple.com
Mon Jun 27 13:25:49 PDT 2011


Author: bwilson
Date: Mon Jun 27 15:25:49 2011
New Revision: 133934

URL: http://llvm.org/viewvc/llvm-project?rev=133934&view=rev
Log:
Minor grammatical fix for error message.  Radar 9681093.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=133934&r1=133933&r2=133934&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Mon Jun 27 15:25:49 2011
@@ -2878,7 +2878,7 @@
 def err_member_def_does_not_match : Error<
   "out-of-line definition of %0 does not match any declaration in %1">;
 def err_member_def_does_not_match_ret_type : Error<
-  "out-of-line definition of %q0 differ from the declaration in the return type">;
+  "out-of-line definition of %q0 differs from the declaration in the return type">;
 def err_nonstatic_member_out_of_line : Error<
   "non-static data member defined out-of-line">;
 def err_nonstatic_flexible_variable : Error<





More information about the cfe-commits mailing list