diff mbox series

[pushed] wwwdocs: gcc-14: Use runtime instead of run-time

Message ID 20240810193627.240DE33E96@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-14: Use runtime instead of run-time | expand

Commit Message

Gerald Pfeifer Aug. 10, 2024, 7:36 p.m. UTC
Per codingconventions.html as a noun we use "runtime" as opposed to 
"run-time".

Pushed.

Gerald

---
 htdocs/gcc-14/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 62a279b1..aa1d97a8 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -299,7 +299,7 @@  You may also want to check out our
       <li><a href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_rm/Pragma-Storage_005fModel.html">Storage
           Model</a>: this feature proposes to redesign the concepts of Storage Pools
         into a more efficient model allowing higher performance and easier
-        integration with low footprint embedded run-times.</li>
+        integration with low footprint embedded runtimes.</li>
       <li><a href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gnat_rm/String-interpolation.html">String
           Interpolation</a>: allows for easier string formatting.</li>
     </ul>