mesa: fix trivial comment typo in dlist.c
authorBrian Paul <brianp@vmware.com>
Wed, 10 Feb 2016 03:09:26 +0000 (20:09 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 10 Feb 2016 03:09:30 +0000 (20:09 -0700)
src/mesa/main/dlist.c

index fb31d2f270639b793e4bc2da1e96f2fe25ecce8e..0e25efbae7242f259287978147deabda59c2fe6a 100644 (file)
@@ -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)