diff options
| author | John Criswell <criswell@uiuc.edu> | 2004-11-22 17:16:26 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2004-11-22 17:16:26 +0000 |
| commit | 3249e3ef8c2105d88bc3a83a353bcb9c94896c36 (patch) | |
| tree | 5e1c04b2d9bbbf3fb4d232de00b01eac89210449 | |
| parent | 94556b33eb4c372767b7b6be7836dca264c258b7 (diff) | |
| download | bcm5719-llvm-3249e3ef8c2105d88bc3a83a353bcb9c94896c36.tar.gz bcm5719-llvm-3249e3ef8c2105d88bc3a83a353bcb9c94896c36.zip | |
Fixed typo.
llvm-svn: 18106
| -rw-r--r-- | llvm/docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 924840adf07..636419cda84 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -397,8 +397,8 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p> <li><tt>cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt></li> </ul> </li> - <li><a name="Note4">Only the C and C++ languages needed so there's no need - to build the other languages for LLVM's purposes.</a> See + <li><a name="Note4">Only the C and C++ languages are needed so there's no + need to build the other languages for LLVM's purposes.</a> See <a href="#brokengcc">below</a> for specific version info. </li> <li><a name="Note5">You only need CVS if you intend to build from the |

