fix a typo in comments (#2876)
This commit is contained in:
parent
44895a0027
commit
1439fc0e85
|
@ -56,7 +56,7 @@
|
||||||
;; literal for constant propagation:
|
;; literal for constant propagation:
|
||||||
(struct known-literal (value) #:prefab #:omit-define-syntaxes #:super struct:known-consistent)
|
(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
|
;; Scheme's perspective --- not an applicable struct or chaperoned procedure, which
|
||||||
;; means that parameters don't count
|
;; means that parameters don't count
|
||||||
(struct known-procedure (arity-mask) #:prefab #:omit-define-syntaxes #:super struct:known-consistent)
|
(struct known-procedure (arity-mask) #:prefab #:omit-define-syntaxes #:super struct:known-consistent)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user