From: Matthijs Kooijman Date: Mon, 22 Jun 2009 10:52:52 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=346af0d85869f33610cad9e313d563aefb29b656;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Fix typo. --- diff --git a/VHDL.hs b/VHDL.hs index fcfd911..8f710f3 100644 --- a/VHDL.hs +++ b/VHDL.hs @@ -279,7 +279,7 @@ mkConcSm (bndr, app@(CoreSyn.App _ _))= do let sel_name = mkSelectedName bndr label in mkUncondAssign (Right sel_name) (varToVHDLExpr arg) IdInfo.VanillaGlobal -> do - -- It's a global value imported from elsewhere. These can be builting + -- It's a global value imported from elsewhere. These can be builtin -- functions. funSignatures <- getA vsNameTable case (Map.lookup (bndrToString f) funSignatures) of