libstdc++: Fix typo in comment

libstdc++-v3/ChangeLog:

	* testsuite/20_util/shared_ptr/cons/array.cc: Fix comment.
This commit is contained in:
Jonathan Wakely 2022-01-21 15:00:49 +00:00
parent b8806796ec
commit 45cae5b639

View File

@ -143,7 +143,7 @@ test08()
VERIFY( count == 0 );
}
// Converting constrcutor
// Converting constructor
void
test09()