summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-05-18 18:07:16 +0000
committerChad Rosier <mcrosier@apple.com>2011-05-18 18:07:16 +0000
commit38fb5bbaccb43abebf1394905f142a0efde42729 (patch)
tree5d1d9d09565c75ea419db842af5a79c5cbea203d /llvm/docs/TestingGuide.html
parent15ad6761da12f2a955f3c3e0611a7bf9349c217c (diff)
downloadbcm5719-llvm-38fb5bbaccb43abebf1394905f142a0efde42729.tar.gz
bcm5719-llvm-38fb5bbaccb43abebf1394905f142a0efde42729.zip
Correct typos in TestingGuide.html
llvm-svn: 131546
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index 12b29c9b36d..b4fa672976d 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -365,8 +365,8 @@ clang/test directory. </p>
obtained by using Tcl's glob command. Any directory that contains only
directories does not need the <tt>dg.exp</tt> file.</p>
- <p>The <tt>llvm-runtests</tt> function lookas at each file that is passed to
- it and gathers any lines together that match "RUN:". This are the "RUN" lines
+ <p>The <tt>llvm-runtests</tt> function looks at each file that is passed to
+ it and gathers any lines together that match "RUN:". These are the "RUN" lines
that specify how the test is to be run. So, each test script must contain
RUN lines if it is to do anything. If there are no RUN lines, the
<tt>llvm-runtests</tt> function will issue an error and the test will
OpenPOWER on IntegriCloud