https://gcc.gnu.org/g:4dfce5c5c01a08a5e413d800dca57294f97c6df1

commit r13-9460-g4dfce5c5c01a08a5e413d800dca57294f97c6df1
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Tue Mar 4 11:13:23 2025 +0000

    libstdc++: Remove stray comma in testing docs
    
    libstdc++-v3/ChangeLog:
    
            * doc/xml/manual/test.xml: Remove stray comma.
            * doc/html/manual/test.html: Regenerate.
    
    (cherry picked from commit ac16d6d74fcb4ca10c939b00782b4dfada666273)

Diff:
---
 libstdc++-v3/doc/html/manual/test.html | 2 +-
 libstdc++-v3/doc/xml/manual/test.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/doc/html/manual/test.html 
b/libstdc++-v3/doc/html/manual/test.html
index dafbd18a0f47..190df2b2f7db 100644
--- a/libstdc++-v3/doc/html/manual/test.html
+++ b/libstdc++-v3/doc/html/manual/test.html
@@ -232,7 +232,7 @@ cat 27_io/objects/char/3_xin.in | a.out</pre></dd><dt><span 
class="term"><code c
 </pre><p>
     </p><p>
       The testsuite will create a number of files in the directory in
-      which you run this command,.  Some of those files might use the
+      which you run this command.  Some of those files might use the
       same name as files created by other testsuites (like the ones
       for GCC and G++), so you should not try to run all the
       testsuites in parallel from the same directory.
diff --git a/libstdc++-v3/doc/xml/manual/test.xml 
b/libstdc++-v3/doc/xml/manual/test.xml
index 3ae2d076feaf..d8d4ae92790f 100644
--- a/libstdc++-v3/doc/xml/manual/test.xml
+++ b/libstdc++-v3/doc/xml/manual/test.xml
@@ -383,7 +383,7 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting>
 
     <para>
       The testsuite will create a number of files in the directory in
-      which you run this command,.  Some of those files might use the
+      which you run this command.  Some of those files might use the
       same name as files created by other testsuites (like the ones
       for GCC and G++), so you should not try to run all the
       testsuites in parallel from the same directory.

Reply via email to