summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.