From a94cd72613ad1cd32bf8c13e0bc76acb039672c6 Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Tue, 12 Feb 2008 05:22:19 +0000 Subject: [PATCH] Fix typo in message --- compiler/simplCore/SimplCore.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4