]> granicus.if.org Git - clang/commitdiff
Minor grammatical fix for error message. Radar 9681093.
authorBob Wilson <bob.wilson@apple.com>
Mon, 27 Jun 2011 20:25:49 +0000 (20:25 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 27 Jun 2011 20:25:49 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133934 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 1fae60d4d96883dfa7ea1fc846d2e4ebe3fe7460..22848bcb35d339e241631624d3673d5255a97437 100644 (file)
@@ -2878,7 +2878,7 @@ def err_member_def_undefined_record : Error<
 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<