Fix copy-and-paste mistake in comment ("scaling" should read "translation").
authorGary Wong <gtw@gnu.org>
Fri, 15 Dec 2006 22:18:36 +0000 (17:18 -0500)
committerGary Wong <gtw@gnu.org>
Fri, 15 Dec 2006 22:18:36 +0000 (17:18 -0500)
Before _mesa_Translatef().

src/mesa/main/matrix.c

index 7339b0ce4092a4b0d3c7883557a09afb3af523b3..b2aa83e18906efd6834c2867c4b21bb320e582e9 100644 (file)
@@ -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.