diff --git a/vm/reference/java/lang/VMMath.java b/vm/reference/java/lang/VMMath.java index 35c3f645e..c0e35a7c3 100644 --- a/vm/reference/java/lang/VMMath.java +++ b/vm/reference/java/lang/VMMath.java @@ -307,7 +307,7 @@ private VMMath() {} // Prohibits instantiation. static native double ceil(double a); /** - * Take the nearest integer that is that is less than or equal to the + * Take the nearest integer that is less than or equal to the * argument. If the argument is NaN, infinite, or zero, the result is the * same. Note that Math.ceil(x) == -Math.floor(-x). *