[cfe-commits] r70323 - /cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td

Douglas Gregor dgregor at apple.com
Tue Apr 28 14:06:13 PDT 2009


Author: dgregor
Date: Tue Apr 28 16:06:13 2009
New Revision: 70323

URL: http://llvm.org/viewvc/llvm-project?rev=70323&view=rev
Log:
Fix a typo noticed by Gabor

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

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

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td Tue Apr 28 16:06:13 2009
@@ -128,5 +128,5 @@
     "precompiled header">;
 def warn_pch_compiler_options_mismatch : Warning<
     "compiler options used when building the precompiled header differ from "
-    "the ptions used when using the precompiled header">;
+    "the options used when using the precompiled header">;
 }





More information about the cfe-commits mailing list