Fix comment.
authorDuncan Sands <baldrick@free.fr>
Sun, 13 Jul 2008 20:14:38 +0000 (20:14 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 13 Jul 2008 20:14:38 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53525 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index 08acbe81ccf328eac2a10db1ee8df87c7ff15932..6d152a6083214cb134fb1cdd8c86a36c217fbba8 100644 (file)
@@ -386,7 +386,7 @@ int main(int argc, char **argv) {
 
     // Create a new optimization pass for each one specified on the command line
     for (unsigned i = 0; i < PassList.size(); ++i) {
-      // Check to see if -std-compile-opts we specified before this option.  If
+      // Check to see if -std-compile-opts was specified before this option.  If
       // so, handle it.
       if (StandardCompileOpts && 
           StandardCompileOpts.getPosition() < PassList.getPosition(i)) {