[pushed] wwwdocs: gcc-14: Tweak a word around GNAT Storage Models

Message ID 20240804100006.B636233E95@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: gcc-14: Tweak a word around GNAT Storage Models |

Checks

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

Commit Message

Gerald Pfeifer Aug. 4, 2024, 10 a.m. UTC
  "Performances" would be the choice in case of theater performances or the 
like; the generic, uncountable "performance" seems more appropriate here.

Pushed.

Gerald


When not countable, use performance instead of performances.
---
 htdocs/gcc-14/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index daa09217..62a279b1 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -298,7 +298,7 @@  You may also want to check out our
     <ul>
       <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 performances and easier
+        into a more efficient model allowing higher performance and easier
         integration with low footprint embedded run-times.</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>