Typo in comment

original commit: 51a3094fdcb79b03fd7e9e1973206ca09039e9d3
This commit is contained in:
Ambrose Bonnaire-Sergeant 2013-10-15 13:58:23 +08:00
parent 82d0c4a3b8
commit 9b715f5ba2

View File

@ -87,7 +87,7 @@
;; dbound : index variable
;; vars : listof[type variable] - temporary variables
;; cset : the constraints being manipulated
;; takes the constraints on vars and creates a dmap entry contstraining dbound to be |vars|
;; takes the constraints on vars and creates a dmap entry constraining dbound to be |vars|
;; with the constraints that cset places on vars
(define/cond-contract (move-vars-to-dmap cset dbound vars)
(cset? symbol? (listof symbol?) . -> . cset?)