--- old/test/java/math/BigInteger/BigIntegerTest.java 2013-07-17 16:38:13.000000000 -0700 +++ new/test/java/math/BigInteger/BigIntegerTest.java 2013-07-17 16:38:13.000000000 -0700 @@ -48,7 +48,7 @@ * * The tests are performed on arrays of random numbers which are * generated by a Random class as well as special cases which - * throw in boundary numbers such as 0, 1, maximum SIZEd, etc. + * throw in boundary numbers such as 0, 1, maximum sized, etc. * */ public class BigIntegerTest { @@ -1008,7 +1008,7 @@ /* * Get a random or boundary-case number. This is designed to provide - * a lot of numbers that will find failure points, such as max SIZEd + * a lot of numbers that will find failure points, such as max sized * numbers, empty BigIntegers, etc. * * If order is less than 2, order is changed to 2.