From 488432c6c1123f95fd0b2f248041660dc4425b2a Mon Sep 17 00:00:00 2001 From: Jay Bosamiya Date: Fri, 4 Aug 2017 17:15:28 +0530 Subject: [PATCH] Fix typo in (exit) documentation --- src/code/cold-init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/cold-init.lisp b/src/code/cold-init.lisp index ee8f9ab..716cbe7 100644 --- a/src/code/cold-init.lisp +++ b/src/code/cold-init.lisp @@ -317,7 +317,7 @@ When ABORT is true, SBCL exits immediately by calling _exit(2) without unwinding stack, or calling exit hooks. Note that _exit(2) does not call atexit(3) functions unlike exit(3). -Recursive calls to EXIT cause EXIT to behave as it ABORT was true. +Recursive calls to EXIT cause EXIT to behave as if ABORT was true. TIMEOUT controls waiting for other threads to terminate when ABORT is NIL. Once current thread has been unwound and *EXIT-HOOKS* have been -- 1.9.1