aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-17 19:06:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-17 19:06:58 +0000
commitcb773921b1e8e7cf2a5dba25bd596d4f258a9daa (patch)
treef487b05581f3cbe76ead8cb90dd0c16478d65f29 /lib/Driver/Tools.cpp
parent97f6abb4470a82be4a8c6f1603e7bb303f9079b5 (diff)
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r--lib/Driver/Tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
index ffaa5724ac..0086437052 100644
--- a/lib/Driver/Tools.cpp
+++ b/lib/Driver/Tools.cpp
@@ -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