spelling fix
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 11 Apr 2023 05:11:30 +0000 (22:11 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 11 Apr 2023 05:11:30 +0000 (22:11 -0700)
openpower/sv/rfc/ls012_optable.py

index 592b83b90849f6747d3f5590a199e8cf087df2f6..ef5cf9e6a81f15feb422dd7bb9535f1a57ff5e33 100644 (file)
@@ -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)