From: Norman Ramsey Date: Wed, 12 Sep 2007 10:25:45 +0000 (+0000) Subject: fix a typo! X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7457c489e32a326224673a07281ae402ee4d25fc fix a typo! --- 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