diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-17 19:06:58 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-17 19:06:58 +0000 |
commit | 35ab91cc8927706480fd6c802ff3615e1226f376 (patch) | |
tree | 109c457b7480907215975ffbaa5896cb7612788b /clang/lib/Driver/Tools.cpp | |
parent | dd45646a4758545000e2747be0db33030a2bdd9a (diff) | |
download | bcm5719-llvm-35ab91cc8927706480fd6c802ff3615e1226f376.tar.gz bcm5719-llvm-35ab91cc8927706480fd6c802ff3615e1226f376.zip |
Fix comment.
llvm-svn: 131478
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r-- | clang/lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index ffaa5724ac8..00864370527 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/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 |