diff --git a/engine/src/core/com/jme3/math/FastMath.java b/engine/src/core/com/jme3/math/FastMath.java
index 6043d57d6..983605af2 100644
--- a/engine/src/core/com/jme3/math/FastMath.java
+++ b/engine/src/core/com/jme3/math/FastMath.java
@@ -784,7 +784,7 @@ final public class FastMath {
}
/**
- * Returns a random float between min and max.
+ * Returns a random integer between min and max.
*
* @return A random int between min (inclusive) to
* max (inclusive).