[pushed] wwwdocs: gcc-11: Use 64-bit instead of 64 bit

Message ID 20240509061800.5C93C33EB2@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: gcc-11: Use 64-bit instead of 64 bit |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Gerald Pfeifer May 9, 2024, 6:17 a.m. UTC
  After yesterday's changes I did some grep-ing and found three more cases, 
this time in the GCC 11 pages.

Pushed.

Gerald

---
 htdocs/gcc-11/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index a00637c6..b4ecf3c0 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -1001,8 +1001,8 @@  You may also want to check out our
 <!-- <h3 id="aix">AIX</h3> -->
 <h3 id="aix">AIX</h3>
 <ul>
-  <li>GCC for AIX can be built as a 64 bit application and the runtime
-is built as FAT libraries containing both 32 bit and 64 bit objects.</li>
+  <li>GCC for AIX can be built as a 64-bit application and the runtime
+is built as FAT libraries containing both 32-bit and 64-bit objects.</li>
   <li>Support AIX Vector Extended ABI with -mabi=vec-extabi.</li>
   <li>Thread-Local uninitiated data placed in local common section.</li>
   <li>Use thread-safe access in ctype.</li>