aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-01-13 23:31:48 +0100
committerSven Göthel <[email protected]>2024-01-13 23:31:48 +0100
commitb886aaabf6a9c2c2ab3d03a56c3c134307fbfba4 (patch)
tree84dce4975b89a26bc5b0c42deb16b0571c205d15 /src/jogl/classes
parentc6e83daaf04541907fa5ac36f1cd06c2c65e2882 (diff)
Matrix4f: Fix minor API doc parem ref-name
Diffstat (limited to 'src/jogl/classes')
-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
*/