summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-02-09 20:09:26 -0700
committerBrian Paul <brianp@vmware.com>2016-02-09 20:09:30 -0700
commit85fab1f09a2aa8e537203c350b7392c9b52ef86b (patch)
treed3e910c81caa04fa4cb6446e12bd42fa29477f04 /src/mesa/main/dlist.c
parent85f5c18fef1ff2f19d698f150e23a02acd6f59b9 (diff)
downloadexternal_mesa3d-85fab1f09a2aa8e537203c350b7392c9b52ef86b.zip
external_mesa3d-85fab1f09a2aa8e537203c350b7392c9b52ef86b.tar.gz
external_mesa3d-85fab1f09a2aa8e537203c350b7392c9b52ef86b.tar.bz2
mesa: fix trivial comment typo in dlist.c
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index fb31d2f..0e25efb 100644
--- 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/tokens to allocate
*/
static struct gl_display_list *
make_list(GLuint name, GLuint count)