1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

Comment fix

This commit is contained in:
Mikael Djurfeldt 2003-04-25 19:48:33 +00:00
parent b0c5d67b98
commit ee2a6d9940

View file

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