From: Michael J. Spencer Date: Fri, 17 Dec 2010 21:22:33 +0000 (+0000) Subject: Fix spelling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74cae0c64d3cf85bcfbc9e7febac83a580804d57;p=clang Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index e021dcd43a..d29a0997ef 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -784,7 +784,7 @@ void Driver::BuildActions(const ToolChain &TC, const ArgList &Args, // 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;