generator.py: fix comment typo

Change-Id: I9550d2f8c41fbae9c97c79ba0ee21f221bf9dd7f
(cherry picked from commit 4dc67c4a6f4a63bd1705a4d71530f635d64bc129)
This commit is contained in:
Mark Charney
2017-01-06 15:19:24 -05:00
parent 96fac9f89d
commit eefe8bbcb5

View File

@@ -3735,7 +3735,7 @@ def compute_iform(options,ii, operand_storage_dict):
def compute_iforms(options, gi, operand_storage_dict):
"""Classify the operand patterns"""
# look ath the first instruction
# look at the first instruction
ii = gi.parser_output.instructions[0]
if not field_check(ii,'iclass'):
return None