fix typo in comment

This commit is contained in:
Matthew Flatt 2018-10-08 15:36:00 -06:00
parent a9e0dc525e
commit fcf080cf93

View File

@ -402,7 +402,7 @@
(when (eq? t (current-thread))
(thread-did-work!))
;; Beware that this thunk is not used when a thread is descheduled
;; but a custodian callback
;; by a custodian callback
(lambda ()
(when (eq? t (current-thread))
(when (positive? (current-atomic))