[llvm-commits] [release_11] CVS: llvm/docs/ReleaseNotes.html

John Criswell criswell at cs.uiuc.edu
Mon Dec 15 17:09:02 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.82.2.6 -> 1.82.2.7

---
Log message:

Fixed a minor spelling error.



---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.82.2.6 llvm/docs/ReleaseNotes.html:1.82.2.7
--- llvm/docs/ReleaseNotes.html:1.82.2.6	Mon Dec 15 17:04:43 2003
+++ llvm/docs/ReleaseNotes.html	Mon Dec 15 17:08:32 2003
@@ -272,7 +272,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR87">llvm-gcc infinite loops on "case MAXINT:"</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR89">[C++] Catch blocks make unparsable labels</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR90">[C++] Initializing array with constructable objects fail</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR90">[C++] Initializing array with constructible objects fail</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR94">llvm-gcc tries to add bools</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR104">[c++] C++ Frontend lays out superclasses like anonymous bitfields!</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR54">C front-end miscompiles unsigned enums whose LLVM types are signed</a></li>
@@ -729,7 +729,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/12/15 23:04:43 $
+  Last modified: $Date: 2003/12/15 23:08:32 $
 </address>
 
 </body>





More information about the llvm-commits mailing list