diff --git a/src/main/java/org/apache/commons/math/util/FastMath.java b/src/main/java/org/apache/commons/math/util/FastMath.java index 621284ae4..fdbed3eb4 100644 --- a/src/main/java/org/apache/commons/math/util/FastMath.java +++ b/src/main/java/org/apache/commons/math/util/FastMath.java @@ -3349,7 +3349,7 @@ public class FastMath { * Get the next machine representable number after a number, moving * in the direction of another number. *
- * If direction
is greater than or equal tod
,
+ * If direction
is greater than or equal to d
,
* the smallest machine representable number strictly greater than
* d
is returned; otherwise the largest representable number
* strictly less than d
is returned.
- * If direction
is greater than or equal tod
,
+ * If direction
is greater than or equal to d
,
* the smallest machine representable number strictly greater than
* d
is returned; otherwise the largest representable number
* strictly less than d
is returned.