[cfe-commits] r173700 - Fix comment.

Eric Christopher echristo at gmail.com
Mon Jan 28 09:39:04 PST 2013


Author: echristo
Date: Mon Jan 28 11:39:03 2013
New Revision: 173700

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

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

Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=173700&r1=173699&r2=173700&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Mon Jan 28 11:39:03 2013
@@ -863,7 +863,7 @@ void Driver::BuildUniversalActions(const
 
       // 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;





More information about the cfe-commits mailing list