From: Jacob Lifshay Date: Tue, 11 Apr 2023 05:11:30 +0000 (-0700) Subject: spelling fix X-Git-Tag: opf_rfc_ls012_v1~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=930a3f161b826374ceae5a0683fe799e33044995;p=libreriscv.git spelling fix --- diff --git a/openpower/sv/rfc/ls012_optable.py b/openpower/sv/rfc/ls012_optable.py index 592b83b90..ef5cf9e6a 100644 --- a/openpower/sv/rfc/ls012_optable.py +++ b/openpower/sv/rfc/ls012_optable.py @@ -183,7 +183,7 @@ if __name__ == '__main__': # store line in area areas[area].append(linedict) - # exccellent - now have a dictionary of list of dictionaries: + # excellent - now have a dictionary of list of dictionaries: # area - list-of-instructions - dictionary-by-heading print_table("Areas", header, areas, None)