--- old/src/share/classes/java/lang/StrictMath.java 2011-07-14 18:07:18.000000000 -0700 +++ new/src/share/classes/java/lang/StrictMath.java 2011-07-14 18:07:18.000000000 -0700 @@ -932,11 +932,11 @@ } /** - * Returns the size of an ulp of the argument. An ulp of a - * {@code double} value is the positive distance between this - * floating-point value and the {@code double} value next - * larger in magnitude. Note that for non-NaN x, - * ulp(-x) == ulp(x). + * Returns the size of an ulp of the argument. An ulp, unit in + * the last place, of a {@code double} value is the positive + * distance between this floating-point value and the {@code + * double} value next larger in magnitude. Note that for non-NaN + * x, ulp(-x) == ulp(x). * *

Special Cases: *