Pushed.

Gerald
---
 htdocs/gcc-10/changes.html | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 0959e4c4..4e5f6139 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -143,17 +143,18 @@ You may also want to check out our
     <ul>
       <li>
         A new binary <a 
href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/lto-dump.html";><code>lto-dump</code></a>
-        has been added.  The program can dump various
-        information about a LTO bytecode object file.
+        has been added. It dumps various information about LTO bytecode
+       object files.
       </li>
       <li>
-       Parallel phase of the LTO can automatically detect a running make's
-       jobserver or can fall back to number of available cores.
+       The parallel phase of the LTO can automatically detect a running
+       make's jobserver or fall back to number of available cores.
       </li>
       <li>
-        The LTO bytecode can be compressed with
+        The LTO bytecode can be compressed with the
         <a href="https://facebook.github.io/zstd/";><code>zstd</code></a>
-        algorithm.  Configure script can automatically detect the 
<code>zstd</code> support.
+        algorithm.  The configure script automatically detects 
+       zstd support.
       </li>
       <li>Most <code>--param</code> values can now be specified at
          translation unit granularity. This includes all parameters controlling
-- 
2.27.0

Reply via email to