diff mbox series

[pushed] wwwdocs: gcc-13: Run time instead of runtime

Message ID 20240524223539.C7E4833EDC@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-13: Run time instead of runtime | expand

Commit Message

Gerald Pfeifer May 24, 2024, 10:35 p.m. UTC
Per our codingconventions.html 

Gerald
---
 htdocs/gcc-13/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index d431c768..2702170d 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -62,9 +62,9 @@  You may also want to check out our
       includes the <code>&lt;iostream&gt;</code> header. This change
       improves the start-up performance of C++ programs, but it means that
       code compiled with GCC 13.1 will crash if the correct version of
-      <code>libstdc++.so</code> is not used at runtime. See the
+      <code>libstdc++.so</code> is not used at run time. See the
       <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dynamic_or_shared.html#manual.intro.using.linkage.dynamic">documentation</a>
-      about using the right <code>libstdc++.so</code> at runtime.
+      about using the right <code>libstdc++.so</code> at run time.
       Future GCC releases will mitigate the problem so that the program
       cannot be run at all with an older <code>libstdc++.so</code>.
     </li>