Typo in comment

This commit is contained in:
Ambrose Bonnaire-Sergeant 2013-10-15 13:58:23 +08:00
parent eb42f25a4e
commit 51a3094fdc

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?)