[gcc r12-6799] libstdc++: Fix typo in comment

Jonathan Wakely redi@gcc.gnu.org
Fri Jan 21 16:08:10 GMT 2022


https://gcc.gnu.org/g:45cae5b6392496028f35c5948f7fae0af81d135b

commit r12-6799-g45cae5b6392496028f35c5948f7fae0af81d135b
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Jan 21 15:00:49 2022 +0000

    libstdc++: Fix typo in comment
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/20_util/shared_ptr/cons/array.cc: Fix comment.

Diff:
---
 libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc
index 7dc0c619333..d69d90bd71d 100644
--- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc
+++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc
@@ -143,7 +143,7 @@ test08()
   VERIFY( count == 0 );
 }
 
-// Converting constrcutor
+// Converting constructor
 
 void
 test09()


More information about the Gcc-cvs mailing list