diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-06-27 20:25:49 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-06-27 20:25:49 +0000 |
commit | 37ac1ea86c11f0163e6f88af421fd50b81fb300d (patch) | |
tree | 96ba0f065dd32dfc0c54a9d43ff38d1457bfd163 | |
parent | 9d11e6f4754848cd74b9a08d40d4a9e0fe68e29d (diff) |
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
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 1 insertions, 1 deletions
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< |