Fix typos

This commit is contained in:
Stan Moore
2020-03-25 14:23:45 -06:00
parent 60864e38d1
commit 50935b5cbc
35 changed files with 64 additions and 64 deletions

View File

@ -192,7 +192,7 @@ void test_bitset() {
bitset_type bitset(test_sizes[i]);
// std::cout << " Check inital count " << std::endl;
// std::cout << " Check initial count " << std::endl;
// nothing should be set
{
Impl::TestBitsetTest<bitset_type> f(bitset);