[project @ 2001-07-17 09:36:55 by qrczak]
authorqrczak <unknown>
Tue, 17 Jul 2001 09:36:55 +0000 (09:36 +0000)
committerqrczak <unknown>
Tue, 17 Jul 2001 09:36:55 +0000 (09:36 +0000)
Fix comment.

ghc/compiler/deSugar/DsCCall.lhs

index a103864..8220405 100644 (file)
@@ -311,7 +311,7 @@ resultWrapper result_ty
   | isUnitTy result_ty_rep
   = (Nothing, \e -> Var unitDataConId)
 
-  -- Base case 3: the boolean type ()
+  -- Base case 3: the boolean type
   | isBoolTy result_ty_rep
   = (Just intPrimTy, \e -> Case e (mkWildId intPrimTy)
                                  [(DEFAULT             ,[],Var trueDataConId ),