From b693cd8ab1293d5478bfedc0713af7a1cf4f7a0f Mon Sep 17 00:00:00 2001 From: James Cash Date: Tue, 11 Nov 2008 02:31:37 -0500 Subject: [PATCH] Adding coreset to description in comments --- extra/coroutines/coroutines.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/coroutines/coroutines.factor b/extra/coroutines/coroutines.factor index 096e214bd2..51276336e3 100644 --- a/extra/coroutines/coroutines.factor +++ b/extra/coroutines/coroutines.factor @@ -21,7 +21,7 @@ TUPLE: coroutine resumecc exitcc originalcc ; >>exitcc resumecc>> call #! At this point, the coroutine quotation must have terminated - #! normally (without calling coyield or coterminate). This shouldn't happen. + #! normally (without calling coyield, coreset, or coterminate). This shouldn't happen. f over ] callcc1 2nip ;