I found this little change locally, probably from when I reviewed the 
original wording.

Pushed.

Gerald

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

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 49261e1b..4860c500 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -423,12 +423,12 @@ You may also want to check out our
       now available for freestanding compilation. The freestanding subset
       contains all the components made freestanding by
       <a 
href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1642r11.html";>P1642</a>,
-      but libstdc++ adds more components to the freestanding subset,
+      and libstdc++ adds more components
       such as <code>std::array</code> and <code>std::string_view</code>.
       Additionally, libstdc++ now respects the <code>-ffreestanding</code>
       compiler option and so it is not necessary to build a separate
       freestanding installation of libstdc++.  Compiling with
-      <code>-ffreestanding</code> will restrict the available features to
+      <code>-ffreestanding</code> restricts the available features to
       the freestanding subset, even if libstdc++ was built as a full, hosted
       implementation.
   </li>
-- 
2.48.1

Reply via email to