Skip to content

Commit

Permalink
clarify transfer-error restart message
Browse files Browse the repository at this point in the history
A given error is transferred to only one thread.
  • Loading branch information
lmj committed Jan 31, 2015
1 parent 314bb44 commit c9f8080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/handling.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ control (or not)."
(invoke-debugger condition)))))

(defun transfer-error-report (stream)
(format stream "Transfer this error to dependent threads, if any."))
(format stream "Transfer this error to a dependent thread, if one exists."))

(defconstant +current-task+ 'current-task)

Expand Down

0 comments on commit c9f8080

Please sign in to comment.