Update simple.rkt
Fix typo in comment.
This commit is contained in:
parent
1e0fb22822
commit
e0668d895b
|
@ -19,7 +19,7 @@
|
|||
;; trigger a GC. The "reordered" consideration can ignore whether a
|
||||
;; reference is the final reference to a variable (which may imply
|
||||
;; clearing), and `call-with-simple-shared` is always used around
|
||||
;; `generate-shared` to take care up that detail.
|
||||
;; `generate-shared` to take care of that detail.
|
||||
|
||||
(define (simple? e in-lam state knowns)
|
||||
(define (simple? e)
|
||||
|
|
Loading…
Reference in New Issue
Block a user