diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index a459b69c745..eec97368783 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -760,8 +760,8 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
- The optimizer uses the new CodeMetrics class to measure the size of code.
- Various passes that use thing (like the inliner, loop unswitcher, etc) all
- use this to make more accurate estimates of the code size impact of various
+ Various passes (like the inliner, loop unswitcher, etc) all use this to make
+ more accurate estimates of the code size impact of various
optimizations.
- A new
llvm/Analysis/InstructionSimplify.h interface is available for doing