diff mbox series

[committed] wwwdocs: gcc-8: Properly spell "command-line option"

Message ID 20230111232554.A299633E60@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: gcc-8: Properly spell "command-line option" | expand

Commit Message

Gerald Pfeifer Jan. 11, 2023, 11:25 p.m. UTC
On the way add some missing "the"s.

Pushed.

Gerald
---
 htdocs/gcc-8/changes.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index 73ccd07d..c329a509 100644
--- a/htdocs/gcc-8/changes.html
+++ b/htdocs/gcc-8/changes.html
@@ -972,17 +972,17 @@  is now easier-to-read.</p>
   </li>
   <li>
     Refactored small data feature implementation, controlled
-    via <code>-G</code> command line option.
+    via the <code>-G</code> command-line option.
   </li>
   <li>
     New support for reduced register set ARC architecture
-    configurations, controlled via <code>-mrf16</code> command line
+    configurations, controlled via the <code>-mrf16</code> command-line
     option.
   </li>
   <li>
     Refurbished and improved support for zero overhead loops.
-    Introduced <code>-mlpc-width</code> command line option to control the
-    width of <code>lp_count</code> register.
+    Introduced <code>-mlpc-width</code> command-line option to control
+    the width of the <code>lp_count</code> register.
   </li>
 </ul>