[cfe-commits] r71791 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Anders Carlsson andersca at mac.com
Thu May 14 14:04:08 PDT 2009


Author: andersca
Date: Thu May 14 16:03:44 2009
New Revision: 71791

URL: http://llvm.org/viewvc/llvm-project?rev=71791&view=rev
Log:
Fix a speling error.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=71791&r1=71790&r2=71791&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Thu May 14 16:03:44 2009
@@ -317,7 +317,7 @@
   "%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)">;





More information about the cfe-commits mailing list