X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fassem.lisp;h=4b9032822ccb95b873f03024f3a1223c359cbfea;hb=1363121ddb1d2e722e2e41d1c93758551066797c;hp=abaa89d5034c8f238da599db05f71a96223cfbe7;hpb=a6d3d28acd3433c02a081d42dab15bdfe101794b;p=sbcl.git diff --git a/src/compiler/assem.lisp b/src/compiler/assem.lisp index abaa89d..4b90328 100644 --- a/src/compiler/assem.lisp +++ b/src/compiler/assem.lisp @@ -1087,7 +1087,7 @@ ;;; This holds the current segment while assembling. Use ASSEMBLE to ;;; change it. ;;; -;;; The double parens in the name are intended to suggest that this +;;; The double asterisks in the name are intended to suggest that this ;;; isn't just any old special variable, it's an extra-special ;;; variable, because sometimes MACROLET is used to bind it. So be ;;; careful out there..