From c77b766d221f6030ae509545d6b7c897707ca655 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 29 Mar 2009 22:23:49 +0000 Subject: [PATCH] Fix typo in diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68017 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticDriverKinds.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 760caaae78..9246e7ad28 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -53,6 +53,6 @@ def warn_drv_not_using_clang_cpp : Warning< def warn_drv_not_using_clang_cxx : Warning< "not using the clang compiler for C++ inputs">; def warn_drv_not_using_clang_arch : Warning< - "not using the clang compiler the '%0' architecture">; + "not using the clang compiler for the '%0' architecture">; } -- 2.40.0