aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-08 22:44:43 +0000
committerDan Gohman <gohman@apple.com>2008-06-08 22:44:43 +0000
commiteedf6fe58152e95a78d5924694d39ffa264dbb08 (patch)
tree1b01f9d0b8a62ed64d5bacc067053398513246d1
parent7e59b8ade9d0b2d54feb1114fa3ad789bd9c4177 (diff)
Fix a grammero.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52104 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1e05ac7bea..430d95eb94 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -374,8 +374,8 @@ faster:</p>
non-power-of-2 integer sizes.</li>
<li>LLVM 2.3 includes several compile time speedups for code with large basic
- blocks, particular in the instruction selection phase, register allocation,
- scheduling, and tail merging/jump threading.</li>
+ blocks, particularly in the instruction selection phase, register
+ allocation, scheduling, and tail merging/jump threading.</li>
<li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
visualization of scheduling dependency graphs easier to understand.</li>