diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-21 23:17:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-21 23:17:26 +0000 |
commit | aedb59a541b82c62bcaecc6dcdbcd844cd2215b5 (patch) | |
tree | 02fbf99340419f1b04ec9dcae9f0b8473a94d960 /docs | |
parent | 82a70ccb24a09dd38ab8eaf55428880781fe9006 (diff) | |
download | external_llvm-aedb59a541b82c62bcaecc6dcdbcd844cd2215b5.zip external_llvm-aedb59a541b82c62bcaecc6dcdbcd844cd2215b5.tar.gz external_llvm-aedb59a541b82c62bcaecc6dcdbcd844cd2215b5.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 6930a31..4281130 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -515,7 +515,7 @@ href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if there isn't already one.</p> <ul> -<li>LLVM will not correctly complie on Solaris and/or OpenSolaris +<li>LLVM will not correctly compile on Solaris and/or OpenSolaris using the stock GCC 3.x.x series 'out the box', See: <a href="#brokengcc">Broken versions of GCC and other tools</a>. However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a> |