Minor change in comments.

This commit is contained in:
interp 2003-01-25 16:30:09 +00:00
parent e3f216aee7
commit f2872877ad
1 changed files with 1 additions and 1 deletions

View File

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