--- jsr166/src/test/tck/JSR166TestCase.java 2021/01/26 13:33:06 1.272 +++ jsr166/src/test/tck/JSR166TestCase.java 2021/01/27 02:13:22 1.273 @@ -152,7 +152,7 @@ import junit.framework.TestSuite; * in one spot to rerun tests on slower platforms. * * Class Item is used for elements of collections and related - * purposes. Many tests rely on themir keys being equal to ints. To + * purposes. Many tests rely on their keys being equal to ints. To * check these, methods mustEqual, mustContain, etc adapt the JUnit * assert methods to intercept ints. *