projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f5c18
)
mesa: fix trivial comment typo in dlist.c
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2016 03:09:26 +0000
(20:09 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2016 03:09:30 +0000
(20:09 -0700)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index fb31d2f270639b793e4bc2da1e96f2fe25ecce8e..0e25efbae7242f259287978147deabda59c2fe6a 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-607,7
+607,7
@@
void mesa_print_display_list(GLuint list);
/**
* Allocate a gl_display_list object with an initial block of storage.
- * \param count how many display list nodes/tokes to allocate
+ * \param count how many display list nodes/toke
n
s to allocate
*/
static struct gl_display_list *
make_list(GLuint name, GLuint count)