Minor change in comments.
This commit is contained in:
parent
e3f216aee7
commit
f2872877ad
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue