[llvm-commits] [llvm] r57571 - /llvm/trunk/docs/ReleaseNotes.html

Gabor Greif ggreif at gmail.com
Wed Oct 15 03:47:27 PDT 2008


Author: ggreif
Date: Wed Oct 15 05:47:24 2008
New Revision: 57571

URL: http://llvm.org/viewvc/llvm-project?rev=57571&view=rev
Log:
catch one more typo, canonicalize LLVMdev

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57571&r1=57570&r2=57571&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 15 05:47:24 2008
@@ -511,7 +511,7 @@
 <ul>
 
 <li>Now, function attributes and return value attributes are managed 
-sepearately. Interface exported by <tt>ParameterAttributes.h</tt> header is now
+separately. Interface exported by <tt>ParameterAttributes.h</tt> header is now
 experted by <tt>Attributes.h</tt> header. The new attributes interface changes are:
 <ul>
 <li><tt>getParamAttrs</tt> method is now replaced by 
@@ -724,7 +724,7 @@
 <ul>
 <li>The Itanium backend is highly experimental, and has a number of known
     issues.  We are looking for a maintainer for the Itanium backend.  If you
-    are interested, please contact the llvmdev mailing list.</li>
+    are interested, please contact the LLVMdev mailing list.</li>
 </ul>
 
 </div>
@@ -757,7 +757,7 @@
 
 <p>llvm-gcc does not currently support <a href="http://llvm.org/PR869">Link-Time
 Optimization</a> on most platforms "out-of-the-box".  Please inquire on the
-llvmdev mailing list if you are interested.</p>
+LLVMdev mailing list if you are interested.</p>
 
 <p>The only major language feature of GCC not supported by llvm-gcc is
     the <tt>__builtin_apply</tt> family of builtins.   However, some extensions





More information about the llvm-commits mailing list