From 37eee46346f244050ef1e5a034cf930ee34a7acc Mon Sep 17 00:00:00 2001 From: Patrick Yingxi Pan Date: Wed, 15 May 2024 22:32:01 +0800 Subject: Fix typos in parse.py (#247) Signed-off-by: Patrick Yingxi Pan --- parse.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parse.py b/parse.py index 48507d9..8a50caf 100755 --- a/parse.py +++ b/parse.py @@ -193,9 +193,9 @@ def create_inst_dict(file_filter, include_pseudo=False, include_pseudo_ops=[]): instruction is not added twice to the overall dictionary. In the second pass, this function parses only pseudo_ops. For each pseudo_op - this function checks if the dependent extension and instruction, both, exit - before parsing it. The pseudo op is only added to the overall dictionary is - the dependent instruction is not present in the dictionary, else its + this function checks if the dependent extension and instruction, both, exist + before parsing it. The pseudo op is only added to the overall dictionary if + the dependent instruction is not present in the dictionary, else it is skipped. -- cgit v1.1