[llvm] r177737 - fix small doc typo

Eli Bendersky eliben at google.com
Fri Mar 22 09:09:06 PDT 2013


Author: eliben
Date: Fri Mar 22 11:09:06 2013
New Revision: 177737

URL: http://llvm.org/viewvc/llvm-project?rev=177737&view=rev
Log:
fix small doc typo

Modified:
    llvm/trunk/docs/TestingGuide.rst

Modified: llvm/trunk/docs/TestingGuide.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.rst?rev=177737&r1=177736&r2=177737&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.rst (original)
+++ llvm/trunk/docs/TestingGuide.rst Fri Mar 22 11:09:06 2013
@@ -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.]*
 





More information about the llvm-commits mailing list