Spelling correction only
authorsimonpj@microsoft.com <unknown>
Thu, 11 Jan 2007 08:45:21 +0000 (08:45 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 11 Jan 2007 08:45:21 +0000 (08:45 +0000)
compiler/basicTypes/DataCon.lhs

index 0fb7fae..aef8b65 100644 (file)
@@ -350,7 +350,7 @@ data DataConIds
        -- The 'Nothing' case of DCIds is important
        -- Not only is this efficient,
        -- but it also ensures that the wrapper is replaced
-       -- by the worker (becuase it *is* the wroker)
+       -- by the worker (becuase it *is* the worker)
        -- even when there are no args. E.g. in
        --              f (:) x
        -- the (:) *is* the worker.