summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-28 17:39:03 +0000
committerEric Christopher <echristo@gmail.com>2013-01-28 17:39:03 +0000
commit776c26ff7654218de8f51fde8c506b09b4e8be26 (patch)
treee87d67c541751ed31bee92390beb0e6331b26387 /clang
parent59cc07116537ffb4bb228113af4aec516ef12ae0 (diff)
downloadbcm5719-llvm-776c26ff7654218de8f51fde8c506b09b4e8be26.tar.gz
bcm5719-llvm-776c26ff7654218de8f51fde8c506b09b4e8be26.zip
Fix comment.
llvm-svn: 173700
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index dda7099a2fc..c97b3786b3a 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -863,7 +863,7 @@ void Driver::BuildUniversalActions(const ToolChain &TC,
// Add a 'dsymutil' step if necessary, when debug info is enabled and we
// have a compile input. We need to run 'dsymutil' ourselves in such cases
- // because the debug info will refer to a temporary object file which is
+ // because the debug info will refer to a temporary object file which
// will be removed at the end of the compilation process.
if (Act->getType() == types::TY_Image) {
ActionList Inputs;
OpenPOWER on IntegriCloud