From: Chris Lattner Date: Fri, 10 Apr 2009 15:38:51 +0000 (+0000) Subject: fix typo, patch by Shlomi Fish! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b357f0484b109895a0e51055dcda4dc28f77f00e;p=oota-llvm.git fix typo, patch by Shlomi Fish! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d62fee71f2a..5dd39c22305 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1489,7 +1489,7 @@ are code generators for parts of LLVM infrastructure.

This section gives an example of using LLVM. llvm-gcc3 is now obsolete, -so we only include instructiosn for llvm-gcc4. +so we only include instructions for llvm-gcc4.

Note: The gcc4 frontend's invocation is considerably different