code-comment spelling
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 May 2023 11:01:55 +0000 (12:01 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 2 Jun 2023 18:51:18 +0000 (19:51 +0100)
src/openpower/decoder/isa/caller.py

index 292d1cefd89c3acf8031730ed397402d42cf0fec..b65d5e5971b8befc617a687dca53e63095fde5ba 100644 (file)
@@ -2453,7 +2453,7 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop):
             return
         if isinstance(output, int):
             output = SelectableInt(output, EFFECTIVELY_UNLIMITED)
-        # write carry flafs
+        # write carry flags
         if name in ['CA', 'CA32']:
             if carry_en:
                 log("writing %s to XER" % name, output)