]> granicus.if.org Git - clang/commitdiff
Fix typo in diagnostic.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 29 Mar 2009 22:23:49 +0000 (22:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 29 Mar 2009 22:23:49 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68017 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td

index 760caaae78a1641d603c32814e48630c75362a19..9246e7ad28452a2698a2b4f2957fc2397f971d57 100644 (file)
@@ -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">;
 
 }