aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-06-06 13:59:27 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-06-06 14:36:42 -0600
commit7fa73da1902570e0826ffbd5ea6becf31626be56 (patch)
tree6ee0d0768964b950766c9be2555f50b3f95e89cf
parent220e846088922f37607873aab7a463d0bdfa74b6 (diff)
downloadusermoji-7fa73da1902570e0826ffbd5ea6becf31626be56.tar.xz
layers: Fixup VUID ref in comment
Change-Id: I7baf4a5979bd3acf67fc9c3d722ed8c9584f27a0
-rwxr-xr-xlayers/vk_validation_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/vk_validation_stats.py b/layers/vk_validation_stats.py
index 18ff01bd..092438ba 100755
--- a/layers/vk_validation_stats.py
+++ b/layers/vk_validation_stats.py
@@ -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'] = []