[pushed] wwwdocs: gcc-15: Spell front end as two words

Gerald Pfeifer <[email protected]> Sat, 1 Aug 2026 22:10:33 +0200 (CEST)
Newsgroups gmane.comp.gcc.patches
Message-ID <[email protected]>
Pushed.

Arthur, David, just FYI since you kindly contributed those entries.

Gerald
---
 htdocs/gcc-15/changes.html | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 76df40e6e..98a33e4f1 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -379,8 +379,9 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
         <code>-Wheader-guard</code></a> warning has been added and enabled
         in <code>-Wall</code> to warn about some inconsistencies in header
         file guarding macros.</li>
-    <li>The C and C++ frontends now provide fix-it hints for some cases of missing
-        '<code>&</code>' and '<code>*</code>'.
+
+    <li>The C and C++ front ends now provide fix-it hints for some
+        cases of missing '<code>&</code>' and '<code>*</code>'.
         For example, note the ampersand fix-it hint in the following:
 <pre><code>
     demo.c: In function 'int main()':
@@ -799,8 +800,9 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
 <h3 id="rust">Rust</h3>
 <ul>
   <li>
-  Basic inline assembly support has been added to the frontend, which enables us to compile
-the architecture specific functions of <code>core 1.49</code>.
+  Basic inline assembly support has been added to the front end, which
+  enables us to compile the architecture specific functions of
+  <code>core 1.49</code>.
   </li>
   <li>
   Support for <code>for-loops</code> has been added.
@@ -843,9 +845,9 @@ improve the runtime performance of Rust binaries.
   Support for more <code>lang-items</code> has been added.
   </li>
   <li>
-  Lowered minimum required Rust version to 1.49. This allows more systems to compile the Rust
-frontend, and also brings us closer to <code>gccrs</code> compiling its own dependencies down
-the line.
+  Lowered minimum required Rust version to 1.49. This allows more
+  systems to compile the Rust front end, and also brings us closer to
+  <code>gccrs</code> compiling its own dependencies down the line.
   </li>
   <li>
   Rewrite of our name resolution algorithm to properly handle the complex import/export
-- 
2.55.0