From: Douglas Gregor Date: Tue, 28 Apr 2009 21:06:13 +0000 (+0000) Subject: Fix a typo noticed by Gabor X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13c8aa7a6c3605dd3c9588977b4809bb5128e6e0;p=clang Fix a typo noticed by Gabor git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70323 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td index d989332d0c..ff49388f49 100644 --- a/include/clang/Basic/DiagnosticFrontendKinds.td +++ b/include/clang/Basic/DiagnosticFrontendKinds.td @@ -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">; }