Fix typo.
[matthijs/master-project/cλash.git] / cλash / CLasH / Normalize.hs
index 6fd6a2e03cb0df3c5e553a57306f294b48e5d1cb..0d352761dbafec889da2345d1b82bc9dab0b4542 100644 (file)
@@ -324,7 +324,7 @@ inlinenonreptop = everywhere ("inlinenonrep", inlinebind ((Monad.liftM not) . is
 
 inlinetoplevel, inlinetopleveltop :: Transform
 -- Any system name is candidate for inlining. Never inline user-defined
--- functions, to preserver structure.
+-- functions, to preserve structure.
 inlinetoplevel expr@(Var f) | not $ isUserDefined f = do
   norm <- isNormalizeable f
   -- See if this is a top level binding for which we have a body