Fix a grammero.
authorDan Gohman <gohman@apple.com>
Sun, 8 Jun 2008 22:44:43 +0000 (22:44 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 8 Jun 2008 22:44:43 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52104 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 1e05ac7bea75196ab82018679991c59aef958af4..430d95eb947aa1bcf0dfc22acc3c653a8c2a7e06 100644 (file)
@@ -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>