[llvm-commits] CVS: llvm/docs/TestingGuide.html

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 1 09:49:12 PDT 2006



Changes in directory llvm/docs:

TestingGuide.html updated: 1.37 -> 1.38
---
Log message:

Fix a typo


---
Diffs of the changes:  (+2 -2)

 TestingGuide.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.37 llvm/docs/TestingGuide.html:1.38
--- llvm/docs/TestingGuide.html:1.37	Mon May 22 20:40:20 2006
+++ llvm/docs/TestingGuide.html	Thu Jun  1 11:48:56 2006
@@ -565,7 +565,7 @@
 
 <p>If you'd like to set up an instance of the nightly tester to run on your
 machine, take a look at the comments at the top of the
-<tt>utils/NightlyTester.pl</tt> file.  We usually run it from a crontab entry
+<tt>utils/NightlyTest.pl</tt> file.  We usually run it from a crontab entry
 that looks like this:</p>
 
 <div class="doc_code">
@@ -614,7 +614,7 @@
 
   John T. Criswell, Reid Spencer, and Tanya Lattner<br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
-  Last modified: $Date: 2006/05/23 01:40:20 $
+  Last modified: $Date: 2006/06/01 16:48:56 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list