Mesa (master): glapi/gen: Comment fix.

Paul Berry stereotype441 at kemper.freedesktop.org
Tue Nov 6 21:02:39 UTC 2012


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

Author: Paul Berry <stereotype441 at gmail.com>
Date:   Wed Oct 31 10:20:58 2012 -0700

glapi/gen: Comment fix.

Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mapi/glapi/gen/gl_XML.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mapi/glapi/gen/gl_XML.py b/src/mapi/glapi/gen/gl_XML.py
index 0196879..a8000b4 100644
--- a/src/mapi/glapi/gen/gl_XML.py
+++ b/src/mapi/glapi/gen/gl_XML.py
@@ -613,7 +613,7 @@ class gl_function( gl_item ):
         # the first level of the map; the second level of the map only
         # lists APIs which contain the entry point in at least one
         # version.  For example,
-        # self.entry_point_gles_map['ClipPlanex'] == { 'es1':
+        # self.entry_point_api_map['ClipPlanex'] == { 'es1':
         # Decimal('1.1') }.
         self.entry_point_api_map = {}
 




More information about the mesa-commit mailing list