diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
commit | c8e41c591741b3da1077f7000274ad040bef8002 (patch) | |
tree | de48920d877025af8ab8945b1dfc33404a31ffad /docs/GettingStarted.html | |
parent | ed1a335ece5c83230af662580e69008ed6fcca17 (diff) |
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d1df7dd20c..c91cb03d18 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -627,7 +627,7 @@ upgrading to a newer version of Gold.</p> LLVM and to give you some basic information about the LLVM environment.</p> <p>The later sections of this guide describe the <a -href="#layout">general layout</a> of the the LLVM source tree, a <a +href="#layout">general layout</a> of the LLVM source tree, a <a href="#tutorial">simple example</a> using the LLVM tool chain, and <a href="#links">links</a> to find more information about LLVM or to get help via e-mail.</p> @@ -1535,7 +1535,7 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p> bitcode or assembly (with the <tt>-emit-llvm</tt> option) instead of the usual machine code output. It works just like any other GCC compiler, taking the typical <tt>-c, -S, -E, -o</tt> options that are typically used. - Additionally, the the source code for <tt>llvm-gcc</tt> is available as a + Additionally, the source code for <tt>llvm-gcc</tt> is available as a separate Subversion module.</dd> <dt><tt><b>opt</b></tt></dt> |