From: Luke Kenneth Casson Leighton Date: Sun, 21 May 2023 11:01:55 +0000 (+0100) Subject: code-comment spelling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49bbccdc1dc75acad0034ce076038e20a6c00d0b;p=openpower-isa.git code-comment spelling --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 292d1cef..b65d5e59 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -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)