diff options
author | Eric Anholt <eric@anholt.net> | 2013-02-27 12:58:58 -0800 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-03-03 20:29:12 +1100 |
commit | 3958c0176267315132a83b26b9c98f93a16c6994 (patch) | |
tree | c62fa8fac517c0eb3cc5830850c385ebd3466937 /src/mapi | |
parent | a54f0ad6d3217394e597ea66b9a71a6584532638 (diff) |
glapi: Fix a comment typo
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd index bdc62f1c83..78226513c4 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -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. |