mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
mesa: fix trivial comment typo in dlist.c
This commit is contained in:
parent
85f5c18fef
commit
85fab1f09a
1 changed files with 1 additions and 1 deletions
|
|
@ -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/tokens to allocate
|
||||
*/
|
||||
static struct gl_display_list *
|
||||
make_list(GLuint name, GLuint count)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue