summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-11-03 08:16:50 +0000
committerDuncan Sands <baldrick@free.fr>2010-11-03 08:16:50 +0000
commite3f75a3979072186a468951a82dfbba6436a0cd2 (patch)
tree65a721e754f924ea5fa52a2795f661f7a3acc96a /docs
parentdfed19fe2c34c1209108afa58e8ab014ffd894e2 (diff)
downloadllvm-e3f75a3979072186a468951a82dfbba6436a0cd2.tar.gz
llvm-e3f75a3979072186a468951a82dfbba6436a0cd2.tar.bz2
llvm-e3f75a3979072186a468951a82dfbba6436a0cd2.tar.xz
Fix typo, pointed out by Trevor Harmon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 3cbcd1ad7f..608c6defc8 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -153,7 +153,7 @@ generates code.</p>
The more comprehensive test suite that includes whole
programs in C and C++ is in the <tt>test-suite</tt> module. This module should
be checked out to the <tt>llvm/projects</tt> directory (don't use another name
-then the default "test-suite", for then the test suite will be run every time
+than the default "test-suite", for then the test suite will be run every time
you run <tt>make</tt> in the main <tt>llvm</tt> directory).
When you <tt>configure</tt> the <tt>llvm</tt> module,
the <tt>test-suite</tt> directory will be automatically configured.