diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c4b7185c896..664c1970240 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -544,11 +544,10 @@ href="http://blog.llvm.org/2009/12/introduction-to-load-elimination-in-gvn.html"
Advanced Topics in Redundant Load Elimination with a Focus on PHI Translation
Blog Post for more details.
The module target data string now
- includes a notion of what the 'native' integer data types a for the target,
- which allows various optimizations to use. This helps mid-level
- optimizations avoid promoting complex sequences of operations to data types
- that are not natively supported (e.g. converting i32 operations to i64 on
- a 32-bit chip).
+ includes a notion of 'native' integer data types for the target. This
+ helps mid-level optimizations avoid promoting complex sequences of
+ operations to data types that are not natively supported (e.g. converting
+ i32 operations to i64 on 32-bit chips).
The mid-level optimizer is now conservative when operating on a module with
no target data. Previously, it would default to SparcV9 settings, which is
not what most people expected.