Skip to content

Commit 17c4f7d

Browse files
committed
Fix comment. pp-trace can only handle source file at a time.
llvm-svn: 193746
1 parent 125a417 commit 17c4f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/pp-trace/PPTrace.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//
1919
// The pp-trace tool supports the following general command line format:
2020
//
21-
// pp-trace [pp-trace options] (source file(s)) [compiler options]
21+
// pp-trace [pp-trace options] (source file) [compiler options]
2222
//
2323
// Basically you put the pp-trace options first, then the source file or files,
2424
// and then any options you want to pass to the compiler.

0 commit comments

Comments
 (0)