From: Gary Wong Date: Fri, 15 Dec 2006 22:18:36 +0000 (-0500) Subject: Fix copy-and-paste mistake in comment ("scaling" should read "translation"). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24a495fd77f98b666c1f17e88a8134301cb8dee7;p=mesa.git Fix copy-and-paste mistake in comment ("scaling" should read "translation"). Before _mesa_Translatef(). --- diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 7339b0ce409..b2aa83e1890 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.