[llvm-commits] [llvm] r118163 - /llvm/trunk/docs/TestingGuide.html

Duncan Sands baldrick at free.fr
Wed Nov 3 01:16:50 PDT 2010


Author: baldrick
Date: Wed Nov  3 03:16:50 2010
New Revision: 118163

URL: http://llvm.org/viewvc/llvm-project?rev=118163&view=rev
Log:
Fix typo, pointed out by Trevor Harmon.

Modified:
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=118163&r1=118162&r2=118163&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Wed Nov  3 03:16:50 2010
@@ -153,7 +153,7 @@
   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. 





More information about the llvm-commits mailing list