diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-10 15:38:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-10 15:38:51 +0000 |
commit | b357f0484b109895a0e51055dcda4dc28f77f00e (patch) | |
tree | 090443da7ec0134df60ee682d85afec577e1ec36 /docs/GettingStarted.html | |
parent | a3613be96342ab966eedec35d599068347185dc0 (diff) |
fix typo, patch by Shlomi Fish!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d62fee71f2..5dd39c2230 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1489,7 +1489,7 @@ are code generators for parts of LLVM infrastructure.</p> <div class="doc_text"> <p>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. </p> <p><b>Note:</b> The <i>gcc4</i> frontend's invocation is <b><i>considerably different</i></b> |