[cfe-commits] r122088 - /cfe/trunk/lib/Driver/Driver.cpp
Michael J. Spencer
bigcheesegs at gmail.com
Fri Dec 17 13:22:33 PST 2010
Author: mspencer
Date: Fri Dec 17 15:22:33 2010
New Revision: 122088
URL: http://llvm.org/viewvc/llvm-project?rev=122088&view=rev
Log:
Fix spelling.
Modified:
cfe/trunk/lib/Driver/Driver.cpp
Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=122088&r1=122087&r2=122088&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Fri Dec 17 15:22:33 2010
@@ -784,7 +784,7 @@
// Follow gcc behavior and treat as linker input for invalid -x
// options. Its not clear why we shouldn't just revert to unknown; but
- // this isn't very important, we might as well be bug comatible.
+ // this isn't very important, we might as well be bug compatible.
if (!InputType) {
Diag(clang::diag::err_drv_unknown_language) << A->getValue(Args);
InputType = types::TY_Object;
More information about the cfe-commits
mailing list