libstdc++: Fix typo in comment
authorJonathan Wakely <jwakely@redhat.com>
Fri, 21 Jan 2022 15:00:49 +0000 (15:00 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 21 Jan 2022 16:07:34 +0000 (16:07 +0000)
libstdc++-v3/ChangeLog:

* testsuite/20_util/shared_ptr/cons/array.cc: Fix comment.

libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc

index 7dc0c61..d69d90b 100644 (file)
@@ -143,7 +143,7 @@ test08()
   VERIFY( count == 0 );
 }
 
-// Converting constrcutor
+// Converting constructor
 
 void
 test09()