diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 664c1970240..bf2fb6baed1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -584,9 +584,9 @@ href="http://blog.llvm.org/2009/12/introduction-to-load-elimination-in-gvn.html"
-- The JIT now supports generating debug information, which is compatible with
-the new GDB 7.0 (and later) interfaces for registering debug info for
-dynamically generated code.
+- The JIT now supports generating debug information and is compatible with
+the new GDB 7.0 (and later) interfaces for registering dynamically generated
+debug info.
- The JIT now defaults
to compiling eagerly to avoid a race condition in the lazy JIT.