projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36b85f
)
mesa: Fix typo of 'unknown' in debug.c.
author
Vinson Lee
<vlee@vmware.com>
Tue, 19 Jan 2010 05:41:31 +0000
(21:41 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 19 Jan 2010 05:41:31 +0000
(21:41 -0800)
src/mesa/main/debug.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/debug.c
b/src/mesa/main/debug.c
index d4d099a08b6fc181cfa941be2e6009237a8e5f03..9bad83487fbb7042b55af07806d9d3e03b7a751a 100644
(file)
--- 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 unk
n
own primitive",
"unknown state"
};