summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Basic/DiagnosticFrontendKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticFrontendKinds.td b/clang/include/clang/Basic/DiagnosticFrontendKinds.td
index d989332d0c4..ff49388f49c 100644
--- a/clang/include/clang/Basic/DiagnosticFrontendKinds.td
+++ b/clang/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">;
}
OpenPOWER on IntegriCloud