From 3c9826d374ff50aa8fe26c5b27df929f9bf2353f Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Sun, 8 Jun 2008 22:44:43 +0000
Subject: [PATCH] Fix a grammero.
llvm-svn: 52104
---
docs/ReleaseNotes.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1e05ac7bea7..430d95eb947 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -374,8 +374,8 @@ faster:
non-power-of-2 integer sizes.
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.
+ blocks, particularly in the instruction selection phase, register
+ allocation, scheduling, and tail merging/jump threading.
Several improvements which make llc's --view-sunit-dags
visualization of scheduling dependency graphs easier to understand.