aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
diff options
context:
space:
mode:
Diffstat (limited to 'src/jogl')
-rw-r--r--src/jogl/classes/com/jogamp/math/Matrix4f.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/math/Matrix4f.java b/src/jogl/classes/com/jogamp/math/Matrix4f.java
index ee505a95d..beb7b666c 100644
--- a/src/jogl/classes/com/jogamp/math/Matrix4f.java
+++ b/src/jogl/classes/com/jogamp/math/Matrix4f.java
@@ -179,7 +179,7 @@ public class Matrix4f {
}
/**
- * Load the values of the given matrix {@code b} to this matrix.
+ * Load the values of the given matrix {@code src} to this matrix.
* @param src the source values
* @return this matrix for chaining
*/