From: Roman Leshchinskiy Date: Tue, 12 Feb 2008 05:22:19 +0000 (+0000) Subject: Fix typo in message X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=a94cd72613ad1cd32bf8c13e0bc76acb039672c6;p=ghc-hetmet.git Fix typo in message --- diff --git a/compiler/simplCore/SimplCore.lhs b/compiler/simplCore/SimplCore.lhs index 0a6c404..851ff5d 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