summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-03-22 16:09:06 +0000
committerEli Bendersky <eliben@google.com>2013-03-22 16:09:06 +0000
commit6f6cbdbb8c30df8425647efc923d1683f65dee1a (patch)
tree1b1df19505b88ea2c39beddb33caab6163ac95f1 /llvm/docs
parent3de8ae38e60b7653808b4c3df8e1f96d7a36c07b (diff)
downloadbcm5719-llvm-6f6cbdbb8c30df8425647efc923d1683f65dee1a.tar.gz
bcm5719-llvm-6f6cbdbb8c30df8425647efc923d1683f65dee1a.zip
fix small doc typo
llvm-svn: 177737
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/TestingGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index 1fddaa33269..79cedee764f 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -234,7 +234,7 @@ everything enclosed as one value.
In general, you should strive to keep your RUN lines as simple as possible,
using them only to run tools that generate textual output you can then examine.
-The recommended way to examine output to figure out if the test passes it using
+The recommended way to examine output to figure out if the test passes is using
the :doc:`FileCheck tool <CommandGuide/FileCheck>`. *[The usage of grep in RUN
lines is deprecated - please do not send or commit patches that use it.]*
OpenPOWER on IntegriCloud