]> granicus.if.org Git - clang/commitdiff
Fix a typo noticed by Gabor
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 21:06:13 +0000 (21:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 21:06:13 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70323 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticFrontendKinds.td

index d989332d0c4544dd7ded407d517ce653749ebbcc..ff49388f49c9b7220609c513326fb4a33bf5b26d 100644 (file)
@@ -128,5 +128,5 @@ def warn_macro_name_used_in_pch : Warning<
     "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">;
 }