Skip to content

Commit

Permalink
libstdc++: Fix typo in comment
Browse files Browse the repository at this point in the history
libstdc++-v3/ChangeLog:

	* testsuite/20_util/shared_ptr/cons/array.cc: Fix comment.
  • Loading branch information
jwakely committed Jan 21, 2022
1 parent b880679 commit 45cae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ test08()
VERIFY( count == 0 );
}

// Converting constrcutor
// Converting constructor

void
test09()
Expand Down

0 comments on commit 45cae5b

Please sign in to comment.