small corrections
[mesa.git] / src / mesa / main / matrix.c
index 1e6b9dd39473b711704d5b515b2efd58464821e5..3a4bfe3096778a6eb9969eec2f0d5371323a4313 100644 (file)
@@ -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 ||