From: Duncan Sands
Date: Wed, 3 Nov 2010 08:16:50 +0000 (+0000)
Subject: Fix typo, pointed out by Trevor Harmon.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3f75a3979072186a468951a82dfbba6436a0cd2;p=oota-llvm.git
Fix typo, pointed out by Trevor Harmon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118163 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 3cbcd1ad7fd..608c6defc88 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -153,7 +153,7 @@ generates code.
The more comprehensive test suite that includes whole
programs in C and C++ is in the test-suite module. This module should
be checked out to the llvm/projects 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 make in the main llvm directory).
When you configure the llvm module,
the test-suite directory will be automatically configured.