From: Bob Wilson Date: Mon, 27 Jun 2011 20:25:49 +0000 (+0000) Subject: Minor grammatical fix for error message. Radar 9681093. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37ac1ea86c11f0163e6f88af421fd50b81fb300d;p=clang Minor grammatical fix for error message. Radar 9681093. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133934 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 1fae60d4d9..22848bcb35 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -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<