On Tue, 19 Dec 2023, Jeff Law wrote:
> Pushed to the trunk.

Is this minor follow-up okay, adding a full stop and shortening a bit?

Gerald

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 6d917535..dbc77493 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -504,7 +504,7 @@ a work-in-progress.</p>
 <!-- <h3 id="mcore">MCore</h3> -->
 <ul>
   <li>Bitfields are now signed by default per GCC policy.  If you need 
bitfields
-    to be unsigned, then use <code>-funsigned-bitfields</code>
+    to be unsigned, use <code>-funsigned-bitfields</code>.
   </li>
 </ul>
 

Reply via email to