summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-10-11 11:20:26 +0000
committerDuncan Sands <baldrick@free.fr>2009-10-11 11:20:26 +0000
commitdeb3f2ec23980dd368dce4ba21c32e851d309ecb (patch)
tree225e31c0e73ca70c151ce7143a9f3c07fcac4ab9 /docs
parentf553cbc5e9be213933f18f7401f407943c73aff9 (diff)
downloadllvm-deb3f2ec23980dd368dce4ba21c32e851d309ecb.tar.gz
llvm-deb3f2ec23980dd368dce4ba21c32e851d309ecb.tar.bz2
llvm-deb3f2ec23980dd368dce4ba21c32e851d309ecb.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 3b39a62a99..b415c3a15f 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -675,7 +675,7 @@ it run faster:</p>
by OS kernels.</li>
<li>X86-64 now models implicit zero extensions better, which allows the code
generator to remove a lot of redundant zexts. It also models the 8-bit "H"
- registers as sugregs, which allows them to be used in some tricky
+ registers as subregs, which allows them to be used in some tricky
situations.</li>
<li>X86-64 now supports the "local exec" and "initial exec" thread local storage
model.</li>