summaryrefslogtreecommitdiffstats
path: root/pp-trace
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-10-31 12:53:42 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-10-31 12:53:42 +0000
commit87dae20b5b608ea71b3786e1096a134516943c8f (patch)
tree6d86d4ae5129b6d00fc129d27ee4ecf395640e71 /pp-trace
parent2ab631eaa0eae29e6d76ff3678fca233432ca82f (diff)
Fix comment. pp-trace can only handle source file at a time.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@193746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'pp-trace')
-rw-r--r--pp-trace/PPTrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp-trace/PPTrace.cpp b/pp-trace/PPTrace.cpp
index 1dc802c3..b6a17a13 100644
--- a/pp-trace/PPTrace.cpp
+++ b/pp-trace/PPTrace.cpp
@@ -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.