Mesa (mesa_7_7_branch): mesa: Fix typo of 'unknown' in debug.c.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 19 05:42:03 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 08063ba4499c47c9b55c80878a668050c6272c30
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08063ba4499c47c9b55c80878a668050c6272c30

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jan 18 21:41:31 2010 -0800

mesa: Fix typo of 'unknown' in debug.c.

---

 src/mesa/main/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c
index d4d099a..9bad834 100644
--- a/src/mesa/main/debug.c
+++ b/src/mesa/main/debug.c
@@ -52,7 +52,7 @@ const char *_mesa_prim_name[GL_POLYGON+4] = {
    "GL_QUAD_STRIP",
    "GL_POLYGON",
    "outside begin/end",
-   "inside unkown primitive",
+   "inside unknown primitive",
    "unknown state"
 };
 




More information about the mesa-commit mailing list