More spelling fixes.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 10 Oct 2009 19:45:13 +0000 (19:45 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 10 Oct 2009 19:45:13 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83724 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index 30f18a9d6d1fa9e04e00e17983f33834f28ab21d..3152c463cada11f9cf42bac40df22df3d9be1e78 100644 (file)
@@ -489,7 +489,7 @@ expose new optimization opportunities:</p>
     subtraction in C.</li>
 <li>The <a href="LangRef.html#i_getelementptr">getelementptr</a> instruction now
     supports arbitrary integer index values for array/pointer indices.  This
-    allows for better better code generation on 16-bit targets like PIC16.</li>
+    allows for better code generation on 16-bit targets like PIC16.</li>
 <li>The <a href="LangRef.html#i_getelementptr">getelementptr</a> instruction now
     supports an "inbounds" optimization hint that tells the optimizer that the
     pointer is guaranteed to be within its allocated object.</li>
@@ -627,7 +627,7 @@ it run faster:</p>
 
 <li>X86-64: better modeling of implicit zero extensions, eliminates a lot of redundant zexts</li>
 <li>X86-64 TLS support for local exec and initial exec.</li>
-<li>Better modeling of H registerts as subregs.</li>
+<li>Better modeling of H registers as subregs.</li>
 <li>Vector icmp/fcmp now work with SSE codegen.</li>
 <li>SSE 4.2 support.</li>
 <li>all global variable reference logic is now in ClassifyGlobalReference.</li>
@@ -872,7 +872,7 @@ clients should be unaffected by this transition, unless they are used to <tt>Val
     <li>If you were using <tt>getName().c_str()</tt> to get a <tt>const
         char*</tt> pointer to the name, you can use <tt>getName().data()</tt>.
         Note that this string (as before), may not be the entire name if the
-        name containts embedded null characters.</li>
+        name contains embedded null characters.</li>
 
     <li>If you were using operator plus on the result of <tt>getName()</tt> and
       treating the result as an <tt>std::string</tt>, you can either