diff options
author | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2008-02-12 05:22:19 +0000 |
---|---|---|
committer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2008-02-12 05:22:19 +0000 |
commit | a94cd72613ad1cd32bf8c13e0bc76acb039672c6 (patch) | |
tree | 952952569f244aac01779f6d4f7507c1fab22d2c /compiler | |
parent | 4dd7f35b7055e3ff9ff5fed9e90e1c8cbe5e6a9b (diff) | |
download | haskell-a94cd72613ad1cd32bf8c13e0bc76acb039672c6.tar.gz |
Fix typo in message
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/simplCore/SimplCore.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/SimplCore.lhs b/compiler/simplCore/SimplCore.lhs index 0a6c404717..851ff5dc03 100644 --- a/compiler/simplCore/SimplCore.lhs +++ b/compiler/simplCore/SimplCore.lhs @@ -489,7 +489,7 @@ simplifyPgm mode switches hsc_env us imp_rule_base guts #endif -- Subtract 1 from iteration_no to get the -- number of iterations we actually completed - return ("Simplifier baled out", iteration_no - 1, counts, binds) + return ("Simplifier bailed out", iteration_no - 1, counts, binds) } -- Try and force thunks off the binds; significantly reduces |