summaryrefslogtreecommitdiff
path: root/docs/TestSuiteMakefileGuide.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-31 07:05:57 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-31 07:05:57 +0000
commit3f5054f922fe0164e14750845f84d3e0e00ab7a1 (patch)
treeba8af94d977e9429a525a42486fc62e7c99f2f4f /docs/TestSuiteMakefileGuide.html
parent19dbe2f5f0db6b236e76550912eff9cc2a77bca8 (diff)
downloadllvm-3f5054f922fe0164e14750845f84d3e0e00ab7a1.tar.gz
llvm-3f5054f922fe0164e14750845f84d3e0e00ab7a1.tar.bz2
llvm-3f5054f922fe0164e14750845f84d3e0e00ab7a1.tar.xz
Fix some minor typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestSuiteMakefileGuide.html')
-rw-r--r--docs/TestSuiteMakefileGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TestSuiteMakefileGuide.html b/docs/TestSuiteMakefileGuide.html
index 0a644d2813..1b24250380 100644
--- a/docs/TestSuiteMakefileGuide.html
+++ b/docs/TestSuiteMakefileGuide.html
@@ -238,12 +238,12 @@ LLVM.</p>
simple one is simply running <tt>gmake</tt> with no arguments. This will
compile and run all programs in the tree using a number of different methods
and compare results. Any failures are reported in the output, but are likely
- drowned in the other output. Passes are not reported explicitely.</p>
+ drowned in the other output. Passes are not reported explicitly.</p>
<p>Somewhat better is running <tt>gmake TEST=sometest test</tt>, which runs
the specified test and usually adds per-program summaries to the output
(depending on which sometest you use). For example, the <tt>nightly</tt> test
- explicitely outputs TEST-PASS or TEST-FAIL for every test after each program.
+ explicitly outputs TEST-PASS or TEST-FAIL for every test after each program.
Though these lines are still drowned in the output, it's easy to grep the
output logs in the Output directories.</p>