layers: Fixup VUID ref in comment
authorMark Lobodzinski <mark@lunarg.com>
Tue, 6 Jun 2017 19:59:27 +0000 (13:59 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Tue, 6 Jun 2017 20:36:42 +0000 (14:36 -0600)
Change-Id: I7baf4a5979bd3acf67fc9c3d722ed8c9584f27a0

layers/vk_validation_stats.py

index 18ff01bda967e0eaf89fcb58fded67c9b5a7f351..092438ba6a101ad60728b6c62c3dbd059fc76392 100755 (executable)
@@ -167,7 +167,7 @@ class ValidationSource:
     def __init__(self, source_file_list):
         self.source_files = source_file_list
         self.enum_count_dict = {} # dict of enum values to the count of how much they're used, and location of where they're used
-        # 1790 is a special case that provides an exception when an extension is enabled. No specific error is flagged, but the exception is handled so add it here
+        # 1500099c is a special case that provides an exception when an extension is enabled. No specific error is flagged, but the exception is handled so add it here
         self.enum_count_dict['VALIDATION_ERROR_1500099c'] = {}
         self.enum_count_dict['VALIDATION_ERROR_1500099c']['count'] = 1
         self.enum_count_dict['VALIDATION_ERROR_1500099c']['file_line'] = []