aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-08-01 08:48:27 +0000
committerManuel Klimek <klimek@google.com>2012-08-01 08:48:27 +0000
commit9574456bf79e058e20e488d42090c10138bc2c23 (patch)
treeb83944d0e744bfa324766ad207ffb13fa617bc0b
parent371f9391329d488d9bc4098adc7f5cf73aede1c1 (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161106 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Tooling/pch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tooling/pch.cpp b/test/Tooling/pch.cpp
index 387aeb53f6..715c95dd55 100644
--- a/test/Tooling/pch.cpp
+++ b/test/Tooling/pch.cpp
@@ -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.