[gcc r9-10051] libstdc++: Fix incorrect IS number in doc comment

Jonathan Wakely redi@gcc.gnu.org
Mon May 9 16:39:34 GMT 2022


https://gcc.gnu.org/g:ad3ff6fd32e07ea51992e6ef67af7d91872062f4

commit r9-10051-gad3ff6fd32e07ea51992e6ef67af7d91872062f4
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Apr 14 11:54:26 2022 +0100

    libstdc++: Fix incorrect IS number in doc comment
    
    libstdc++-v3/ChangeLog:
    
            * doc/xml/manual/intro.xml: Fix comment.
    
    (cherry picked from commit 832fcbbc7311c706f81e85043b5721e5f16b0a16)

Diff:
---
 libstdc++-v3/doc/xml/manual/intro.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml
index 518981559a0..c4c07e8c2f4 100644
--- a/libstdc++-v3/doc/xml/manual/intro.xml
+++ b/libstdc++-v3/doc/xml/manual/intro.xml
@@ -55,7 +55,7 @@
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="status_cxxtr24733.xml">
     </xi:include>
 
-    <!-- Section 01.7 : Status C++ IS 24733 -->
+    <!-- Section 01.7 : Status C++ IS 29124 -->
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="status_cxxis29124.xml">
     </xi:include>
   </section>


More information about the Gcc-cvs mailing list