summaryrefslogtreecommitdiff
path: root/compiler/GHC/ByteCode/Instr.hs
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-08-14 18:53:57 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-07 16:42:45 -0400
commitfac0098b3e07375030c4320c23c8a6c9200556af (patch)
tree674f60281a90584f43e8915ede5a64ab76ae9c00 /compiler/GHC/ByteCode/Instr.hs
parentd0a2efb2125ef410a7c7725b93987d2b7ea99463 (diff)
downloadhaskell-fac0098b3e07375030c4320c23c8a6c9200556af.tar.gz
typos
Diffstat (limited to 'compiler/GHC/ByteCode/Instr.hs')
-rw-r--r--compiler/GHC/ByteCode/Instr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/ByteCode/Instr.hs b/compiler/GHC/ByteCode/Instr.hs
index ebbce3ef50..17c39b7220 100644
--- a/compiler/GHC/ByteCode/Instr.hs
+++ b/compiler/GHC/ByteCode/Instr.hs
@@ -300,7 +300,7 @@ instance Outputable BCInstr where
ppr CASEFAIL = text "CASEFAIL"
ppr (JMP lab) = text "JMP" <+> ppr lab
ppr (CCALL off marshall_addr flags) = text "CCALL " <+> ppr off
- <+> text "marshall code at"
+ <+> text "marshal code at"
<+> text (show marshall_addr)
<+> (case flags of
0x1 -> text "(interruptible)"