summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-05-14 21:03:44 +0000
committerAnders Carlsson <andersca@mac.com>2009-05-14 21:03:44 +0000
commit339869e9865d1c258ef1f442a63751fb6296cd8f (patch)
treeb6cf50178126815b750bb6817e4b14bde4f0b4ce
parent3133a2f08c7310bf5cddb781c92b80a4644e6e25 (diff)
downloadbcm5719-llvm-339869e9865d1c258ef1f442a63751fb6296cd8f.tar.gz
bcm5719-llvm-339869e9865d1c258ef1f442a63751fb6296cd8f.zip
Fix a speling error.
llvm-svn: 71791
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 514f94798e5..5fefa2d69fe 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -317,7 +317,7 @@ def err_covariant_return_ambiguous_derived_to_base_conv : Error<
"%0 to base class %1:%2)">;
def err_covariant_return_not_derived : Error<
"return type of virtual function %0 is not covariant with the return type of "
- "the function it overrrides (%1 is not derived from %2)">;
+ "the function it overrides (%1 is not derived from %2)">;
def err_covariant_return_type_different_qualifications : Error<
"return type of virtual function %0 is not covariant with the return type of "
"the function it overrides (%1 has different qualifiers than %2)">;
OpenPOWER on IntegriCloud