X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fvop.lisp;h=fca025a9e327d48abd54ded8e1097b984f9f9be1;hb=ec735ab75335c1744b39190314142a7e6f1ecdb3;hp=605bb4a4379d511a707ccb332a649c23d4f69e65;hpb=e47ffa8855d4139f88f5982fe4b82a05c3498ed3;p=sbcl.git diff --git a/src/compiler/vop.lisp b/src/compiler/vop.lisp index 605bb4a..fca025a 100644 --- a/src/compiler/vop.lisp +++ b/src/compiler/vop.lisp @@ -897,7 +897,7 @@ ;; If a local TN, the block relative number for this TN. Global TNs ;; whose liveness changes within a block are also assigned a local ;; number during the conflicts analysis of that block. If the TN has - ;; no local number within the block, then this is Nil. + ;; no local number within the block, then this is NIL. (local-number nil :type (or local-tn-number null)) ;; If this object is a local TN, this slot is a bit-vector with 1 ;; for the local-number of every TN that we conflict with.