]> granicus.if.org Git - clang/commitdiff
Fix a speling error.
authorAnders Carlsson <andersca@mac.com>
Thu, 14 May 2009 21:03:44 +0000 (21:03 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 14 May 2009 21:03:44 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71791 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 514f94798e51b53e20ec2c8f8910e9c667650177..5fefa2d69fe42195a864bd865e24b0d6c9d9f3cb 100644 (file)
@@ -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)">;