glapi: Fix a comment typo

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Eric Anholt 2013-02-27 12:58:58 -08:00 committed by Timothy Arceri
parent a54f0ad6d3
commit 3958c01762
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ param:
the stride parameters to Map1f, etc.)
count - for counted arrays (e.g., the 'lists' parameter to glCallLists),
the parameter or literal that represents the count. For functions
like glVertex3fv it will be a litteral, for others it will be one of
like glVertex3fv it will be a literal, for others it will be one of
the parameters.
counter - this parameter is a counter that will be referenced by the
'count' attribute in another parameter.