X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fload.lisp;h=97258b37fb8276414b2d8bc95ed2eb91f1db8757;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=00bfde7d745efba8b9b205b50566e7883f8398ea;hpb=01488e5ddb6c8c10bc01bc9c502be1fe9de8e370;p=sbcl.git diff --git a/src/code/load.lisp b/src/code/load.lisp index 00bfde7..97258b3 100644 --- a/src/code/load.lisp +++ b/src/code/load.lisp @@ -20,7 +20,7 @@ ;;;; here: certainly enough that I (dan, 2003.1.22) don't want to mess ;;;; around deciding how to thread-safetify it. So we use a Big Lock. ;;;; Because this code is mutually recursive with the compiler, we use -;;;; the *world-lock*. +;;;; the **WORLD-LOCK**. ;;;; miscellaneous load utilities