[project @ 2005-05-20 11:31:46 by simonpj]
authorsimonpj <unknown>
Fri, 20 May 2005 11:31:46 +0000 (11:31 +0000)
committersimonpj <unknown>
Fri, 20 May 2005 11:31:46 +0000 (11:31 +0000)
Comments only

ghc/compiler/hsSyn/HsExpr.lhs

index de3ae9e..3f06196 100644 (file)
@@ -703,7 +703,7 @@ data Stmt id
   | LetStmt    [HsBindGroup id]
 
        -- ParStmts only occur in a list comprehension
-  | ParStmt    [([LStmt id], [id])]    -- After remaing, the ids are the binders
+  | ParStmt    [([LStmt id], [id])]    -- After renaming, the ids are the binders
                                        -- bound by the stmts and used subsequently
 
        -- Recursive statement (see Note [RecStmt] below)