summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Expr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/StgToCmm/Expr.hs')
-rw-r--r--compiler/GHC/StgToCmm/Expr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/StgToCmm/Expr.hs b/compiler/GHC/StgToCmm/Expr.hs
index 030655c8e2..799b9056f1 100644
--- a/compiler/GHC/StgToCmm/Expr.hs
+++ b/compiler/GHC/StgToCmm/Expr.hs
@@ -393,7 +393,7 @@ Hence: Two basic plans for
* If f is recursive, and the hot loop wouldn't allocate, but the exit branch does then we do
a redundant heap check.
- * We use one more instruction to de-allocate the unused heap in the branch using less heap. (Neglible)
+ * We use one more instruction to de-allocate the unused heap in the branch using less heap. (Negligible)
* A small risk of running gc slightly more often than needed especially if one branch allocates a lot.
The upsides are: