Fix bad parameter names in error message (#3129)

This commit is contained in:
Ben Clayton 2020-01-08 14:54:45 +00:00 committed by alan-baker
parent 899735f455
commit c86dc0bcdb

View File

@ -774,8 +774,8 @@ def main():
args.extinst_debuginfo_grammar and
args.extinst_cldebuginfo100_grammar):
print('error: --operand-kinds-output requires --spirv-core-grammar '
'and --exinst-debuginfo-grammar '
'and --exinst-cldebuginfo100-grammar')
'and --extinst-debuginfo-grammar '
'and --extinst-cldebuginfo100-grammar')
exit(1)
if (args.glsl_insts_output is None) != \
(args.extinst_glsl_grammar is None):