glapi: Fix a comment typo
authorEric Anholt <eric@anholt.net>
Wed, 27 Feb 2013 20:58:58 +0000 (12:58 -0800)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 3 Mar 2017 09:29:12 +0000 (20:29 +1100)
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mapi/glapi/gen/gl_API.dtd

index bdc62f1c835abaaf29accfba1a84f0df4a569985..78226513c460fef1f9343a7810b597dfdd4b813e 100644 (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.