jdk/src/share/classes/java/lang/StrictMath.java
changeset 19851 7b6ff45c39ce
parent 19583 828d85603705
--- a/jdk/src/share/classes/java/lang/StrictMath.java	Fri Sep 06 22:20:01 2013 -0700
+++ b/jdk/src/share/classes/java/lang/StrictMath.java	Wed Sep 11 17:07:35 2013 -0700
@@ -633,7 +633,7 @@
 
     /**
      * Returns the closest {@code int} to the argument, with ties
-     * rounding up.
+     * rounding to positive infinity.
      *
      * <p>Special cases:
      * <ul><li>If the argument is NaN, the result is 0.
@@ -656,7 +656,7 @@
 
     /**
      * Returns the closest {@code long} to the argument, with ties
-     * rounding up.
+     * rounding to positive infinity.
      *
      * <p>Special cases:
      * <ul><li>If the argument is NaN, the result is 0.