Fix typo.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 28 Aug 2009 14:08:21 +0000 (16:08 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 28 Aug 2009 14:08:21 +0000 (16:08 +0200)
cλash/CLasH/VHDL/Generate.hs

index 58810072de2dbcb322f9dca4073b9c8614b3a4d5..9e2d0a5f6b231015d2b3b70c674b485f2f5b2445 100644 (file)
@@ -207,7 +207,7 @@ mkConcSm (bndr, app@(CoreSyn.App _ _))= do
   let valargs = get_val_args (Var.varType f) args
   genApplication (Left bndr) f (map Left valargs)
 
--- A single alt case must be a selector. This means thee scrutinee is a simple
+-- A single alt case must be a selector. This means the scrutinee is a simple
 -- variable, the alternative is a dataalt with a single non-wild binder that
 -- is also returned.
 mkConcSm (bndr, expr@(CoreSyn.Case (CoreSyn.Var scrut) b ty [alt]))