diff --git a/scheme/httpd/surflets/surflet-handler.scm b/scheme/httpd/surflets/surflet-handler.scm index 729a324..502cc32 100644 --- a/scheme/httpd/surflets/surflet-handler.scm +++ b/scheme/httpd/surflets/surflet-handler.scm @@ -23,7 +23,7 @@ (define *session-table* (make-integer-table)) ; session-id is index (define *session-table-lock* (make-lock)) -;; INSTANCE is the session that is handled currently. +;; INSTANCE is the session that is currently handled. (define *instance* (make-thread-cell #f))