[project @ 2005-04-08 10:15:38 by simonmar]
[ghc-hetmet.git] / ghc / compiler / cmm / PprCmm.hs
index 7023432..0f9a3d5 100644 (file)
@@ -134,7 +134,7 @@ pprStmt stmt = case stmt of
     -- ;
     CmmNop -> semi
 
-    -- // text
+    --  // text
     CmmComment s -> text "//" <+> ftext s
 
     -- reg = expr;