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

Jim Laskey jlaskey at apple.com
Mon Mar 27 11:33:48 PST 2006



Changes in directory llvm/docs:

TestingGuide.html updated: 1.30 -> 1.31
---
Log message:

Clarity.


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

 TestingGuide.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.30 llvm/docs/TestingGuide.html:1.31
--- llvm/docs/TestingGuide.html:1.30	Mon Mar 27 13:09:44 2006
+++ llvm/docs/TestingGuide.html	Mon Mar 27 13:33:35 2006
@@ -89,10 +89,10 @@
 </ul></dd>
 </dl>
 
-<p>Mac OS X developers can simplify installation of Expect and tcl by using
-fink.  <tt>fink install expect</tt> will install both. Alternatively, users not
-using Mac OS X an use <tt>sudo port install expect</tt> to install Expect and
-tcl.</p>
+<p>Darwin (Mac OS X) developers can simplify the installation of Expect and tcl
+by using fink.  <tt>fink install expect</tt> will install both. Alternatively,
+users not using Darwin an use <tt>sudo port install expect</tt> to install
+Expect and tcl.</p>
 
 </div>
 
@@ -528,7 +528,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/03/27 19:09:44 $
+  Last modified: $Date: 2006/03/27 19:33:35 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list