jdk/src/java.base/share/classes/java/lang/StrictMath.java
changeset 44851 3439a92526a0
parent 42751 38d28e784f44
--- a/jdk/src/java.base/share/classes/java/lang/StrictMath.java	Fri Apr 28 06:45:21 2017 +0800
+++ b/jdk/src/java.base/share/classes/java/lang/StrictMath.java	Thu Apr 27 17:43:13 2017 -0700
@@ -975,7 +975,7 @@
     }
 
     /**
-     * Returns the floor modulus of the {@code long} and {@int} arguments.
+     * Returns the floor modulus of the {@code long} and {@code int} arguments.
      * <p>
      * The floor modulus is {@code x - (floorDiv(x, y) * y)},
      * has the same sign as the divisor {@code y}, and