diff options
author | Duncan Sands <baldrick@free.fr> | 2010-11-03 08:16:50 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-11-03 08:16:50 +0000 |
commit | 8eb254aed60f8d08d38fbf8306a760309c7404cd (patch) | |
tree | 5f898537f2e5d268066c21c07bcd61f49ddfe427 /llvm/docs/TestingGuide.html | |
parent | 8740ee36379d7dd74c17ae9566f7181d53b166be (diff) | |
download | bcm5719-llvm-8eb254aed60f8d08d38fbf8306a760309c7404cd.tar.gz bcm5719-llvm-8eb254aed60f8d08d38fbf8306a760309c7404cd.zip |
Fix typo, pointed out by Trevor Harmon.
llvm-svn: 118163
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 3cbcd1ad7fd..608c6defc88 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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. |