From 39dc744f19747b3c36e151627a0c5c9ba75c140c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 30 Aug 2016 14:24:28 +0000 Subject: [PATCH] Fix typo in comment llvm-svn: 280094 --- clang/test/Driver/cl-pch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Driver/cl-pch.cpp b/clang/test/Driver/cl-pch.cpp index 8d701da..19ef092 100644 --- a/clang/test/Driver/cl-pch.cpp +++ b/clang/test/Driver/cl-pch.cpp @@ -313,7 +313,7 @@ // RUN: | FileCheck -check-prefix=CHECK-NoSource %s // CHECK-NoSource: file.prof:{{.*}}input unused -// ...but if an explicit file turns the file into a source file, handle it: +// ...but if an explicit flag turns the file into a source file, handle it: // RUN: %clang_cl /TP -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %S/Inputs/file.prof 2>&1 \ // RUN: | FileCheck -check-prefix=CHECK-NoSourceTP %s // CHECK-NoSourceTP: cc1 -- 2.7.4