Fix comment.

llvm-svn: 53525
This commit is contained in:
Duncan Sands 2008-07-13 20:14:38 +00:00
parent 455298f2d6
commit 2e6f7b49bf
1 changed files with 1 additions and 1 deletions

View 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)) {