--- old/src/share/classes/java/util/OptionalInt.java 2013-07-05 14:22:41.942155876 -0700 +++ new/src/share/classes/java/util/OptionalInt.java 2013-07-05 14:22:41.770155879 -0700 @@ -186,7 +186,7 @@ } /** - * Indicates whether some other object is "equal to" this Optional. The + * Indicates whether some other object is "equal to" this OptionalInt. The * other object is considered equal if: *