Mesa (master): glapi: Fix a comment typo

Timothy Arceri tarceri at kemper.freedesktop.org
Fri Mar 3 09:29:23 UTC 2017


Module: Mesa
Branch: master
Commit: 3958c0176267315132a83b26b9c98f93a16c6994
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3958c0176267315132a83b26b9c98f93a16c6994

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Feb 27 12:58:58 2013 -0800

glapi: Fix a comment typo

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 src/mapi/glapi/gen/gl_API.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd
index bdc62f1..7822651 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.




More information about the mesa-commit mailing list