[cfe-commits] r161106 - /cfe/trunk/test/Tooling/pch.cpp
Manuel Klimek
klimek at google.com
Wed Aug 1 01:48:27 PDT 2012
Author: klimek
Date: Wed Aug 1 03:48:27 2012
New Revision: 161106
URL: http://llvm.org/viewvc/llvm-project?rev=161106&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/test/Tooling/pch.cpp
Modified: cfe/trunk/test/Tooling/pch.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Tooling/pch.cpp?rev=161106&r1=161105&r2=161106&view=diff
==============================================================================
--- cfe/trunk/test/Tooling/pch.cpp (original)
+++ cfe/trunk/test/Tooling/pch.cpp Wed Aug 1 03:48:27 2012
@@ -5,7 +5,7 @@
// a stat cache into the FileManager:
// RUN: %clang -x c++-header %S/Inputs/pch.h -o %t1
-// Use the generated pch and enforce a subsequent stat miss by by using
+// Use the generated pch and enforce a subsequent stat miss by using
// the test file with an unrelated include as second translation unit:
// Do not directly pipe into FileCheck, as that would hide errors from
// valgrind due to pipefail not being set in lit.
More information about the cfe-commits
mailing list