diff mbox series

[committed] wwwdocs: Fix the spelling of "run time" as a noun.

Message ID 20210328211127.A7ED833E1B@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Fix the spelling of "run time" as a noun. | expand

Commit Message

Gerald Pfeifer March 28, 2021, 9:11 p.m. UTC
Pushed.

Gerald
---
 htdocs/gcc-8/changes.html | 2 +-
 htdocs/gcc-9/changes.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index 638782e8..d68e5146 100644
--- a/htdocs/gcc-8/changes.html
+++ b/htdocs/gcc-8/changes.html
@@ -1406,7 +1406,7 @@  are not listed here).</p>
   deployment of the Large System Extensions (LSE) on GNU/Linux systems built
   with a baseline architecture targeting Armv8-A.  When the option is
   specified code is emitted to detect the presence of LSE instructions at
-  runtime and use them for standard atomic operations.
+  run time and use them for standard atomic operations.
   For more information please refer to the documentation.
     </li>
   </ul>
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 8b827386..cbbf9299 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -1143,7 +1143,7 @@  are not listed here).</p>
   deployment of the Large System Extensions (LSE) on GNU/Linux systems built
   with a baseline architecture targeting Armv8-A.  When the option is
   specified code is emitted to detect the presence of LSE instructions at
-  runtime and use them for standard atomic operations.
+  run time and use them for standard atomic operations.
   For more information please refer to the documentation.
     </li>
     <li>GCC now supports the Fujitsu A64FX.  The associated <code>-mcpu</code>