Fix comment. pp-trace can only handle source file at a time.

llvm-svn: 193746
This commit is contained in:
John Thompson 2013-10-31 12:53:42 +00:00
parent 125a4171b2
commit 17c4f7d1db
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
//
// The pp-trace tool supports the following general command line format:
//
// pp-trace [pp-trace options] (source file(s)) [compiler options]
// pp-trace [pp-trace options] (source file) [compiler options]
//
// Basically you put the pp-trace options first, then the source file or files,
// and then any options you want to pass to the compiler.