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

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

glapi: Fix a comment typo

Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>
Reviewed-by: Timothy Arceri <tarc...@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.

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to