From b357f0484b109895a0e51055dcda4dc28f77f00e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 10 Apr 2009 15:38:51 +0000 Subject: [PATCH] fix typo, patch by Shlomi Fish! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68784 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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