fix a typo in comments (#2876)

This commit is contained in:
Fred Fu 2019-10-28 10:25:09 -04:00 committed by Sam Tobin-Hochstadt
parent 44895a0027
commit 1439fc0e85

View File

@ -56,7 +56,7 @@
;; literal for constant propagation:
(struct known-literal (value) #:prefab #:omit-define-syntaxes #:super struct:known-consistent)
;; procedure with arity mark; the procedure has to be a procedure from the host
;; procedure with arity mask; the procedure has to be a procedure from the host
;; Scheme's perspective --- not an applicable struct or chaperoned procedure, which
;; means that parameters don't count
(struct known-procedure (arity-mask) #:prefab #:omit-define-syntaxes #:super struct:known-consistent)