diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:33:35 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:33:35 +0000 |
commit | 5f4eaa5a1481ebe39ba3fe580a47b61dcb284c40 (patch) | |
tree | b2b82bc7cacf273fb3f618b1ed87f80134020d3b | |
parent | f8e78f0e92c661c5c5a9b75081ea69010f8a5a48 (diff) | |
download | external_llvm-5f4eaa5a1481ebe39ba3fe580a47b61dcb284c40.zip external_llvm-5f4eaa5a1481ebe39ba3fe580a47b61dcb284c40.tar.gz external_llvm-5f4eaa5a1481ebe39ba3fe580a47b61dcb284c40.tar.bz2 |
Clarity.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27177 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/TestingGuide.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 5c535f7..971e991 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -89,10 +89,10 @@ filenames themselves on the <tt>configure</tt> line.</li> </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> |