From fcf080cf93fc3bc6c22f2aa161ddee79013288b7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 8 Oct 2018 15:36:00 -0600 Subject: [PATCH] fix typo in comment --- racket/src/thread/thread.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/thread/thread.rkt b/racket/src/thread/thread.rkt index c0e938c7c4..10a2c72443 100644 --- a/racket/src/thread/thread.rkt +++ b/racket/src/thread/thread.rkt @@ -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))