]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorEric Christopher <echristo@gmail.com>
Mon, 28 Jan 2013 17:39:03 +0000 (17:39 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 28 Jan 2013 17:39:03 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173700 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index dda7099a2fc6129929c87f40e259157eb03d8b7c..c97b3786b3a5dbc5e00a58b1ad9ecf7b8d28afa5 100644 (file)
@@ -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;