diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:43:08 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:43:08 +0000 |
commit | a7480c5c8240805919f491261ced1bda05549adb (patch) | |
tree | f3863b0438b07ed5cc774aaa4c8e125fbe59efec | |
parent | 1677a6024d5a758479a5570b52c3f068ae3f27ae (diff) | |
download | bcm5719-llvm-a7480c5c8240805919f491261ced1bda05549adb.tar.gz bcm5719-llvm-a7480c5c8240805919f491261ced1bda05549adb.zip |
Typo.
llvm-svn: 27178
-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 971e991b99b..830ee68015b 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -91,7 +91,7 @@ filenames themselves on the <tt>configure</tt> line.</li> <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 +users not using Darwin can use <tt>sudo port install expect</tt> to install Expect and tcl.</p> </div> |