summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-08-09 21:17:16 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-08-09 21:17:16 +0000
commit1e34901d4de6278cc3a84cee4e0cef0406860c1c (patch)
treee857f8a492d9a27732420cb9009e54f343f10050
parent362f4b3e5d6796887a455aba71726dbf3dfbbbb4 (diff)
downloadllvm-1e34901d4de6278cc3a84cee4e0cef0406860c1c.tar.gz
Fix capitalization of URL.
llvm-svn: 15595
-rw-r--r--llvm/docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index e152c7f21e42..fbf73e2c0e20 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -207,7 +207,7 @@ prints the address of the object instead of its contents.</a></li>
Needed</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR404">[loopsimplify] Loop simplify is
really slow on 252.eon</a></li>
-<li><a href="Http://llvm.cs.uiuc.edu/PR122">[code-cleanup] SymbolTable class
+<li><a href="http://llvm.cs.uiuc.edu/PR122">[code-cleanup] SymbolTable class
cleanup, Type should not derive from Value, eliminate ConstantPointerRef
class</a>.</li>
<li>The memory footprint of the LLVM IR has been reduced substantially.</li>