diff mbox series

[pushed] wwwdocs: gcc-13: Spell front end (noun) without dash

Message ID 20230309065846.2D7A933E60@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-13: Spell front end (noun) without dash | expand

Commit Message

Gerald Pfeifer March 9, 2023, 6:58 a.m. UTC
Pushed in alignment with the list in our coding conventions.

Gerald
---
 htdocs/gcc-13/porting_to.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html
index 733bb254..170da096 100644
--- a/htdocs/gcc-13/porting_to.html
+++ b/htdocs/gcc-13/porting_to.html
@@ -121,8 +121,9 @@  the operand as an lvalue.<br>
 </code></pre>
 
 <h3 id="excess-precision">Excess precision changes</h3>
+
 <p>GCC 13 implements in C++ <a href="changes.html#cxx">excess precision support</a>
-which has been before implemented just in the C front-end.  The new behavior is
+which has been before implemented just in the C front end.  The new behavior is
 enabled by default in <code>-std=c++</code><em>NN</em> modes and e.g. when
 <code>FLT_EVAL_METHOD</code> is 1 or 2 affects behavior of floating point
 constants and expressions.  E.g. for <code>FLT_EVAL_METHOD</code> equal