From bfe3f262ae033405809368e1cb06a745744fe515 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 21 May 2023 12:01:55 +0100 Subject: [PATCH] code-comment spelling --- src/openpower/decoder/isa/caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2