Fix spelling.

llvm-svn: 122088
This commit is contained in:
Michael J. Spencer 2010-12-17 21:22:33 +00:00
parent f28df4cdba
commit 1a4fe8c991
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ void Driver::BuildActions(const ToolChain &TC, const ArgList &Args,
// Follow gcc behavior and treat as linker input for invalid -x // Follow gcc behavior and treat as linker input for invalid -x
// options. Its not clear why we shouldn't just revert to unknown; but // 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) { if (!InputType) {
Diag(clang::diag::err_drv_unknown_language) << A->getValue(Args); Diag(clang::diag::err_drv_unknown_language) << A->getValue(Args);
InputType = types::TY_Object; InputType = types::TY_Object;