summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/LateCC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/LateCC.hs')
-rw-r--r--compiler/GHC/Core/LateCC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/LateCC.hs b/compiler/GHC/Core/LateCC.hs
index 9a2d43a9cb..ba65820784 100644
--- a/compiler/GHC/Core/LateCC.hs
+++ b/compiler/GHC/Core/LateCC.hs
@@ -117,7 +117,7 @@ doBndr env bndr rhs
| otherwise = doBndr' env bndr rhs
--- We want to put the cost centra below the lambda as we only care about executions of the RHS.
+-- We want to put the cost centre below the lambda as we only care about executions of the RHS.
doBndr' :: Env -> Id -> CoreExpr -> State LateCCState CoreExpr
doBndr' env bndr (Lam b rhs) = Lam b <$> doBndr' env bndr rhs
doBndr' env bndr rhs = do