X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmeta-vmdef.lisp;h=51b9898ac9320147896f48b157a5751e3aea6c27;hb=db0691b05cc99ce010ecae78bb532b594aea1859;hp=41bf2e0eeabd5b3b7f48c32315ee60a2f5d75cee;hpb=34dd23563d2f5cf05c72b971da0d0b065a09bf2a;p=sbcl.git diff --git a/src/compiler/meta-vmdef.lisp b/src/compiler/meta-vmdef.lisp index 41bf2e0..51b9898 100644 --- a/src/compiler/meta-vmdef.lisp +++ b/src/compiler/meta-vmdef.lisp @@ -83,9 +83,9 @@ (/show0 "finished with DEFINE-STORAGE-BASE expansion") ',name))) -;;; Define a storage class Name that uses the named Storage-Base. Number is a -;;; small, non-negative integer that is used as an alias. The following -;;; keywords are defined: +;;; Define a storage class NAME that uses the named Storage-Base. +;;; NUMBER is a small, non-negative integer that is used as an alias. +;;; The following keywords are defined: ;;; ;;; :ELEMENT-SIZE Size ;;; The size of objects in this SC in whatever units the SB uses.