0.pre7.54:
[sbcl.git] / tests / interface.pure.lisp
index f349903..8c163b8 100644 (file)
@@ -29,7 +29,7 @@
     (#.sb-vm:closure-header-type (has-arglist-info-p
                                   (sb-kernel:%closure-function
                                    function)))
-    ;; in code/describe.lisp, ll. 227 (%describe-function), we use a scheme
+    ;; In code/describe.lisp, ll. 227 (%describe-function), we use a scheme
     ;; like above, and it seems to work. -- MNA 2001-06-12
     ;;
     ;; (There might be other cases with arglist info also.