[cfe-commits] r131478 - /cfe/trunk/lib/Driver/Tools.cpp

Rafael Espindola rafael.espindola at gmail.com
Tue May 17 12:06:58 PDT 2011


Author: rafael
Date: Tue May 17 14:06:58 2011
New Revision: 131478

URL: http://llvm.org/viewvc/llvm-project?rev=131478&view=rev
Log:
Fix comment.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=131478&r1=131477&r2=131478&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Tue May 17 14:06:58 2011
@@ -910,7 +910,7 @@
                              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





More information about the cfe-commits mailing list