diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-10 16:27:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-10 16:27:34 +0000 |
commit | 0bce6ace1860c720b9e3e208011a65682038be2f (patch) | |
tree | f1e9446c2c363844b946cbe55c301b29dbb86482 /docs | |
parent | 9e2485c1227c426910f87e342022c71fe1a916a3 (diff) | |
download | external_llvm-0bce6ace1860c720b9e3e208011a65682038be2f.zip external_llvm-0bce6ace1860c720b9e3e208011a65682038be2f.tar.gz external_llvm-0bce6ace1860c720b9e3e208011a65682038be2f.tar.bz2 |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d952fd8..9da8786 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -73,7 +73,7 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page</a>.</p> <p>This is the sixth public release of the LLVM compiler infrastructure.</p> -<p> At this time, LLVM is known to correctly compile on a broad range of C and +<p> At this time, LLVM is known to correctly compile a broad range of C and C++ programs, including the SPEC CPU95 & 2000 suite. TODO. It also includes bug fixes for those problems found since the 1.4 release.</p> |