Spelling correction only
[ghc-hetmet.git] / 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.