fix a typo!
authorNorman Ramsey <nr@eecs.harvard.edu>
Wed, 12 Sep 2007 10:25:45 +0000 (10:25 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Wed, 12 Sep 2007 10:25:45 +0000 (10:25 +0000)
compiler/cmm/ZipCfgCmmRep.hs

index 5d9db47..0d367ad 100644 (file)
@@ -162,7 +162,7 @@ debugPpr :: Bool
 #ifdef DEBUG 
 debugPpr = True
 #else
-debubPpr = False
+debugPpr = False
 #endif
 
 pprMiddle :: Middle -> SDoc