]> granicus.if.org Git - clang/commitdiff
Fix spelling.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 17 Dec 2010 21:22:33 +0000 (21:22 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 17 Dec 2010 21:22:33 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122088 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index e021dcd43ae6853c95c017d7a4fb51b0f7f63842..d29a0997ef1fb4ef37381abaecbba1395c8f5ce3 100644 (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
       // 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;