diff --git a/jme3-core/src/main/java/com/jme3/math/Quaternion.java b/jme3-core/src/main/java/com/jme3/math/Quaternion.java
index 623ca9613..40936652c 100644
--- a/jme3-core/src/main/java/com/jme3/math/Quaternion.java
+++ b/jme3-core/src/main/java/com/jme3/math/Quaternion.java
@@ -263,7 +263,7 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
/**
* fromAngles
builds a Quaternion from the Euler rotation
* angles (x,y,z) aka (pitch, yaw, roll)).
- * Note that we are applying in order: (y, z, x) aka (yaw, roll, pitch)
+ * Note that we are applying in order: (y, x, z) aka (yaw, pitch, roll)
* but we've ordered them in x, y, and z for convenience.
*
* @see http://www.euclideanspace.com/maths/geometry/rotations/conversions/eulerToQuaternion/index.htm