summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.c
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-06-07 06:03:08 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-06-07 06:03:08 +0000
commit2c161cf395b84576427d7dad53aea99072f325a3 (patch)
tree36c0a650fd108805f62171ac881f87ebb4d73f07 /src/mesa/main/matrix.c
parentedea87529ef3505a3f5f6b12d9c6c7f46fa88b89 (diff)
small corrections
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 1e6b9dd394..3a4bfe3096 100644
--- a/src/mesa/main/matrix.c
+++ b/src/mesa/main/matrix.c
@@ -112,7 +112,7 @@ _mesa_Ortho( GLdouble left, GLdouble right,
ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx);
if (MESA_VERBOSE & VERBOSE_API)
- _mesa_debug(ctx, "glFrustum(%f, %f, %f, %f, %f, %f)\n",
+ _mesa_debug(ctx, "glOrtho(%f, %f, %f, %f, %f, %f)\n",
left, right, bottom, top, nearval, farval);
if (left == right ||