summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-12-06 11:46:58 +0100
committerAndy Wingo <wingo@pobox.com>2011-12-06 11:46:58 +0100
commitfe0c202c0ea4ec1ab502b7e26fa70c9e734e8f6c (patch)
treec358e8390ff6d0ad545748c3584a9e021c0a5c04 /module
parent2c27dd57c7ec4a8168e2668aed380594a99dda8f (diff)
Update a comment in (web client)
* module/web/client.scm: Update a comment.
Diffstat (limited to 'module')
-rw-r--r--module/web/client.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/client.scm b/module/web/client.scm
index 6a04497cf..b0356680d 100644
--- a/module/web/client.scm
+++ b/module/web/client.scm
@@ -27,7 +27,7 @@
;;; the web server.
;;;
;;; Another option, good but not as performant, would be to use threads,
-;;; possibly via par-map or futures.
+;;; possibly via a thread pool.
;;;
;;; Code: