summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.c
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2006-12-15 17:18:36 -0500
committerGary Wong <gtw@gnu.org>2006-12-15 17:18:36 -0500
commit24a495fd77f98b666c1f17e88a8134301cb8dee7 (patch)
treed87fe6f4c7ca83ee393e44d242295f83314cdaec /src/mesa/main/matrix.c
parent0ae74048355497ebca4f606e01311a659db6c120 (diff)
Fix copy-and-paste mistake in comment ("scaling" should read "translation").
Before _mesa_Translatef().
Diffstat (limited to 'src/mesa/main/matrix.c')
-rw-r--r--src/mesa/main/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c
index 7339b0ce40..b2aa83e189 100644
--- a/src/mesa/main/matrix.c
+++ b/src/mesa/main/matrix.c
@@ -427,7 +427,7 @@ _mesa_Scalef( GLfloat x, GLfloat y, GLfloat z )
/**
- * Multiply the current matrix with a general scaling matrix.
+ * Multiply the current matrix with a translation matrix.
*
* \param x translation vector x coordinate.
* \param y translation vector y coordinate.