From 7457c489e32a326224673a07281ae402ee4d25fc Mon Sep 17 00:00:00 2001 From: Norman Ramsey Date: Wed, 12 Sep 2007 10:25:45 +0000 Subject: [PATCH] fix a typo! --- compiler/cmm/ZipCfgCmmRep.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cmm/ZipCfgCmmRep.hs b/compiler/cmm/ZipCfgCmmRep.hs index 5d9db47..0d367ad 100644 --- a/compiler/cmm/ZipCfgCmmRep.hs +++ b/compiler/cmm/ZipCfgCmmRep.hs @@ -162,7 +162,7 @@ debugPpr :: Bool #ifdef DEBUG debugPpr = True #else -debubPpr = False +debugPpr = False #endif pprMiddle :: Middle -> SDoc -- 1.7.10.4