From 4df1d6e03c91637d89d70339674deaece0d7641e Mon Sep 17 00:00:00 2001 From: Mark Young Date: Thu, 9 Nov 2017 10:37:04 -0700 Subject: Implement initial VK_EXT_debug_utils changes This affects the loader, scripts, and layers and introduces the changes to support the VK_EXT_debug_utils extension. Change-Id: Ia5336f63e85b00f1e59416c06aacd4ae331fd692 --- scripts/vuid_mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vuid_mapping.py') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index e3dbfdf9..88df867a 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -1104,7 +1104,7 @@ uniqueid_set = set() # store uniqueid to make sure we don't have duplicates # Convert a string VUID into numerical value # See "VUID Mapping Details" comment above for more info def convertVUID(vuid_string): - """Convert a string-based VUID into a numberical value""" + """Convert a string-based VUID into a numerical value""" #func_struct_update = False #imp_param_update = False if vuid_string in ['', None]: -- cgit v1.2.3