summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Mason <gitlab.haskell.org@me.axman6.com>2023-02-08 22:01:25 +1000
committerAlex Mason <Axman6@gmail.com>2023-03-01 15:13:54 +1100
commitadf304a73a89655fbbfea9a59385f4a1cce68fbe (patch)
tree4a3c83fdd4e28613d253cf241714a316e02c0b2d
parentbe03a65bc54ab77e44a97242a059642bd2edf55a (diff)
downloadhaskell-adf304a73a89655fbbfea9a59385f4a1cce68fbe.tar.gz
Appease the linter again
-rw-r--r--compiler/GHC/CmmToLlvm/Ppr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToLlvm/Ppr.hs b/compiler/GHC/CmmToLlvm/Ppr.hs
index 40c14f4975..5838233f3b 100644
--- a/compiler/GHC/CmmToLlvm/Ppr.hs
+++ b/compiler/GHC/CmmToLlvm/Ppr.hs
@@ -40,7 +40,7 @@ pprLlvmData cfg (globals, types) =
-- | Pretty print LLVM code
--- The HDoc we return is used to produce the final LLVM file, with the
+-- The HDoc we return is used to produce the final LLVM file, with the
-- SDoc being returned alongside for use when @Opt_D_dump_llvm@ is set
-- as we can't (currently) dump HDocs.
pprLlvmCmmDecl :: LlvmCmmDecl -> LlvmM (HDoc, SDoc)