Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes.

llvm-svn: 102060
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 664c197..bf2fb6b 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -584,9 +584,9 @@
 <div class="doc_text">
 
 <ul>
-<li>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.</li>
+<li>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.</li>
 
 <li>The JIT now <a href="http://llvm.org/PR5184">defaults
 to compiling eagerly</a> to avoid a race condition in the lazy JIT.