From 17c4f7d1dbf335f1f665e48a79ad9f0e57484709 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Thu, 31 Oct 2013 12:53:42 +0000 Subject: [PATCH] Fix comment. pp-trace can only handle source file at a time. llvm-svn: 193746 --- clang-tools-extra/pp-trace/PPTrace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/pp-trace/PPTrace.cpp b/clang-tools-extra/pp-trace/PPTrace.cpp index 1dc802c308d8..b6a17a13f39c 100644 --- a/clang-tools-extra/pp-trace/PPTrace.cpp +++ b/clang-tools-extra/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.