X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b73c5318ccc837aff38c0e5a824bc4fd56c75c8..f155075229d771430f0793700f5048ad4be00e9d:/tests/thread/tls.cpp diff --git a/tests/thread/tls.cpp b/tests/thread/tls.cpp index 4504e143b7..f88e68f72c 100644 --- a/tests/thread/tls.cpp +++ b/tests/thread/tls.cpp @@ -95,7 +95,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( TLSTestCase ); -// also include in it's own registry so that these tests can be run alone +// also include in its own registry so that these tests can be run alone CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TLSTestCase, "TLSTestCase" ); void TLSTestCase::TestInt()