]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 7dc0c6193332d8047634115449c6ebc41eed28a3..d69d90bd71dbf1cf0eb89b21de614e194d41b2f9 100644 (file)
@@ -143,7 +143,7 @@ test08()
   VERIFY( count == 0 );
 }
 
-// Converting constrcutor
+// Converting constructor
 
 void
 test09()