diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-12-11 20:53:46 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-12-11 20:53:46 +0000 |
commit | 8294809ff278bd8e1979d547d89af3f628139e7d (patch) | |
tree | ca1854e50ffc499261dbbb255c6d416b38a854e5 | |
parent | 4b6e90a0dd98b13c2d3ac34ee3eae3954dbb87c6 (diff) |
Fix two typos.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91154 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticDriverKinds.td | 2 | ||||
-rw-r--r-- | include/clang/Basic/DiagnosticFrontendKinds.td | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 1b95575ccc..efbc787ef0 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -72,7 +72,7 @@ def warn_drv_unused_argument : Warning< def warn_drv_pipe_ignored_with_save_temps : Warning< "-pipe ignored because -save-temps specified">; def warn_drv_not_using_clang_cpp : Warning< - "not using the clang prepreprocessor due to user override">; + "not using the clang preprocessor due to user override">; def warn_drv_not_using_clang_cxx : Warning< "not using the clang compiler for C++ inputs">; def warn_drv_not_using_clang_arch : Warning< diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td index 19a8b35883..252900d18b 100644 --- a/include/clang/Basic/DiagnosticFrontendKinds.td +++ b/include/clang/Basic/DiagnosticFrontendKinds.td @@ -54,7 +54,7 @@ def err_fe_pch_malformed_block : Error< def err_fe_pch_error_at_end_block : Error< "error at end of module block in PCH file: '%0'">; def err_fe_unable_to_open_output : Error< - "unable to to open output file '%0': '%1'">; + "unable to open output file '%0': '%1'">; def err_fe_pth_file_has_no_source_header : Error< "PTH file '%0' does not designate an original source header file for -include-pth">; def warn_fe_macro_contains_embedded_newline : Warning< |