From 13c8aa7a6c3605dd3c9588977b4809bb5128e6e0 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 28 Apr 2009 21:06:13 +0000 Subject: [PATCH] Fix a typo noticed by Gabor git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70323 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticFrontendKinds.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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">; } -- 2.40.0