Grammer fix reported by Alex Kellett.
authorDuncan Sands <baldrick@free.fr>
Thu, 27 Sep 2007 08:24:02 +0000 (08:24 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 27 Sep 2007 08:24:02 +0000 (08:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42391 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 917ca363a8267d6c9c40bfb78bd20a8040a654d2..d48883a7cce45dac824bd07c3c44780144e3ef9d 100644 (file)
@@ -149,7 +149,7 @@ optimizer, speeding it up and making it more aggressive.  For example:</p>
 <li>Evan contributed a new target independent if-converter.  While it is 
     target independent, so far only the ARM backend uses it.</li>
 
-<li>Evan rewrite the way the register allocator handles rematerialization,
+<li>Evan rewrote the way the register allocator handles rematerialization,
     allowing it to be much more effective on two-address targets like X86,
     and taught it to fold loads away when possible (also a big win on X86).</li>