From 56eb1330953edc1769f3add1d5cccfac3c26de25 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 13 Jul 2008 20:14:38 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53525 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 08acbe81ccf..6d152a60832 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -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)) { -- 2.34.1