Fix a grammero.

llvm-svn: 52104
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 1e05ac7..430d95e 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -374,8 +374,8 @@
     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>