aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-10 19:45:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-10 19:45:13 +0000
commit9ddfb948e811283509e449dc5c41a10c68ec82dc (patch)
tree3f1a7558d80e269475c6be9ee8a09be84b134d81
parent65b0e39acf85553597193e3330675434690e2f9c (diff)
More spelling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83724 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes-2.6.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 30f18a9d6d..3152c463ca 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -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