Update simple.rkt

Fix typo in comment.
This commit is contained in:
Kieron Hardy 2018-03-23 13:58:26 -06:00 committed by Ben Greenman
parent 1e0fb22822
commit e0668d895b

View File

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