summaryrefslogtreecommitdiff
path: root/compiler/simplCore
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-04-03 17:58:53 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-04-03 18:52:57 +0200
commitab0743f84aabc2b4f5681c09a3e11cb219d114e4 (patch)
treef755ec332e0d1b18727d1d61e24fb7c90b5e8b9e /compiler/simplCore
parentfd1099cb7076b94f776a06212b5ba2ae1aac0673 (diff)
downloadhaskell-ab0743f84aabc2b4f5681c09a3e11cb219d114e4.tar.gz
Comments only, mostly typos
[skip ci]
Diffstat (limited to 'compiler/simplCore')
-rw-r--r--compiler/simplCore/SimplMonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/SimplMonad.hs b/compiler/simplCore/SimplMonad.hs
index 7eb6a54ced..bd60a7942c 100644
--- a/compiler/simplCore/SimplMonad.hs
+++ b/compiler/simplCore/SimplMonad.hs
@@ -91,7 +91,7 @@ computeMaxTicks dflags size
-- MAGIC NUMBER, multiplies the simplTickFactor
-- We can afford to be generous; this is really
-- just checking for loops, and shouldn't usually fire
- -- A figure of 20 was too small: see Trac #553
+ -- A figure of 20 was too small: see Trac #5539.
{-# INLINE thenSmpl #-}
{-# INLINE thenSmpl_ #-}