summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-08-14 19:23:05 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-07 16:42:45 -0400
commita581186f38a4feb850614b03f452191eaceee14d (patch)
tree64b825f52789b4a5b56e33f0b95184baa5208e6b
parentfac0098b3e07375030c4320c23c8a6c9200556af (diff)
downloadhaskell-a581186f38a4feb850614b03f452191eaceee14d.tar.gz
whitespace
-rw-r--r--compiler/GHC/Core/Rules.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Rules.hs b/compiler/GHC/Core/Rules.hs
index c722addf28..5beb618730 100644
--- a/compiler/GHC/Core/Rules.hs
+++ b/compiler/GHC/Core/Rules.hs
@@ -153,7 +153,7 @@ Note [Overall plumbing for rules]
In a single simplifier run new rules can be added into the EPS so it matters
to keep an up-to-date view of which rules have been loaded. For examples of
- where this went wrong and caused cryptic performance regressions
+ where this went wrong and caused cryptic performance regressions
see T19790 and !6735.