[cfe-commits] r68017 - /cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td
Daniel Dunbar
daniel at zuster.org
Sun Mar 29 15:23:50 PDT 2009
Author: ddunbar
Date: Sun Mar 29 17:23:49 2009
New Revision: 68017
URL: http://llvm.org/viewvc/llvm-project?rev=68017&view=rev
Log:
Fix typo in diagnostic.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td?rev=68017&r1=68016&r2=68017&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td Sun Mar 29 17:23:49 2009
@@ -53,6 +53,6 @@
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">;
}
More information about the cfe-commits
mailing list