]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 17 May 2011 19:06:58 +0000 (19:06 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 17 May 2011 19:06:58 +0000 (19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131478 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index ffaa5724ac833691ab81082cab9b7ebd0689129a..008643705278ae9c682e0b1062eef15b98c86bbd 100644 (file)
@@ -910,7 +910,7 @@ static bool ShouldDisableCFI(const ArgList &Args,
                              const ToolChain &TC) {
   if (TC.getTriple().getOS() == llvm::Triple::Darwin) {
     // The native darwin assembler doesn't support cfi directives, so
-    // we disable them if with think the .s file will be passed to it.
+    // we disable them if we think the .s file will be passed to it.
 
     // FIXME: Duplicated code with ToolChains.cpp
     // FIXME: This doesn't belong here, but ideally we will support static soon