From ee2a6d9940b1cc28249ae8882241a527dfbd096e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 25 Apr 2003 19:48:33 +0000 Subject: [PATCH] Comment fix --- ice-9/threads.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/threads.scm b/ice-9/threads.scm index 1f360bf2b..ace701981 100644 --- a/ice-9/threads.scm +++ b/ice-9/threads.scm @@ -102,7 +102,7 @@ futures))))) ;;; The following procedure is motivated by the common and important -;;; case where a lot of work should be done (not too much) in parallel +;;; case where a lot of work should be done, (not too much) in parallel, ;;; but the results need to be handled serially (for example when ;;; writing them to a file). ;;;