--- old/src/java.base/share/classes/java/util/BitSet.java 2020-03-13 15:39:01.000000000 +0000 +++ new/src/java.base/share/classes/java/util/BitSet.java 2020-03-13 15:39:00.000000000 +0000 @@ -1054,7 +1054,7 @@ /** * Compares this object against the specified object. * The result is {@code true} if and only if the argument is - * not {@code null} and is a {@code Bitset} object that has + * not {@code null} and is a {@code BitSet} object that has * exactly the same set of bits set to {@code true} as this bit * set. That is, for every nonnegative {@code int} index {@code k}, *
((BitSet)obj).get(k) == this.get(k)