X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fforeign-load.lisp;h=86016bebf422bb57a96f3e64fce9766347108af2;hb=dcb73f3edef1e31078fbe585e2fafbd26743efd7;hp=74ce213453fa9cc3f875acd537cc1c978ce3ccc6;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/foreign-load.lisp b/src/code/foreign-load.lisp index 74ce213..86016be 100644 --- a/src/code/foreign-load.lisp +++ b/src/code/foreign-load.lisp @@ -88,7 +88,7 @@ determined using the library filename. Reloading may not work as expected if user or library-code has called dlopen on FILE. References to foreign symbols in loaded shared objects do not survive -intact through SB-EXT:SAVE-LISP-AND die on all platforms. See +intact through SB-EXT:SAVE-LISP-AND-DIE on all platforms. See SB-EXT:SAVE-LISP-AND-DIE for details." (sb!thread:with-mutex (*foreign-lock*) (let* ((filename (or (unix-namestring file) file))