glapi/gen: Comment fix.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Paul Berry 2012-10-31 10:20:58 -07:00
parent f7fa946d1d
commit ccd872824b
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}