From 85fab1f09a2aa8e537203c350b7392c9b52ef86b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 9 Feb 2016 20:09:26 -0700 Subject: [PATCH] mesa: fix trivial comment typo in dlist.c --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index fb31d2f2706..0e25efbae72 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) -- 2.30.2