[project @ 2005-10-14 11:22:41 by simonpj]
[ghc-hetmet.git] / ghc / compiler / types / TypeRep.lhs
index 45cd457..f5bb325 100644 (file)
@@ -153,7 +153,7 @@ data Type
                        -- (or NoteTy of these)
 
   | TyConApp           -- Application of a TyCon, including newtypes
-       TyCon           -- *Invariant* saturated appliations of FunTyCon and
+       TyCon           --  *Invariant* saturated appliations of FunTyCon and
                        --      synonyms have their own constructors, below.
                        -- However, *unsaturated* type synonyms, and FunTyCons
                        --      do appear as TyConApps.  (Unsaturated type synonyms