From: John Criswell Date: Wed, 8 Dec 2004 16:55:27 +0000 (+0000) Subject: Fix spell'os. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c4ef3f2a378b0f28df2f74dd854753f63f64cf5c;p=oota-llvm.git Fix spell'os. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18638 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index c9aa30422ad..4c9c9a515e8 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -416,7 +416,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

  • bzip2* - bzip2 command for distribution generation
  • bunzip2* - bunzip2 command for distribution checking
  • chmod - change permissions on a file
  • -
  • cat - output concatentation utility
  • +
  • cat - output concatenation utility
  • cp - copy files
  • date - print the current date/time
  • echo - print to standard output
  • @@ -638,7 +638,7 @@ you get it from the CVS repository:

    cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test

    By placing it in the llvm/projects, it will be automatically -conifgured by the LLVM configure script as well as automatically updated when +configured by the LLVM configure script as well as automatically updated when you run cvs update.

    If you would like to get the GCC front end source code, you can also get it @@ -875,7 +875,7 @@ source code:

    gmake install
    - Installs LLVM header files, libraries, tools and documentation in a heirarchy + Installs LLVM header files, libraries, tools and documentation in a hierarchy under $PREFIX, specified with ./configure --prefix=[dir], which defaults to /usr/local.