X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fparse-lambda-list.lisp;h=4c0edaa807f055dee4b4787ff9c4dd38753ade39;hb=5ec8d0c1c8b7939818b75118b472fac1af554f9a;hp=fdc1fd3d956640ce097e431c571db5431c0287c9;hpb=f4f18b9dcdaf1948947b1747f5bfa766a1a0ee4c;p=sbcl.git diff --git a/src/compiler/parse-lambda-list.lisp b/src/compiler/parse-lambda-list.lisp index fdc1fd3..4c0edaa 100644 --- a/src/compiler/parse-lambda-list.lisp +++ b/src/compiler/parse-lambda-list.lisp @@ -25,7 +25,7 @@ ;;; 10. the &MORE context var; ;;; 11. the &MORE count var. ;;; -;;; The top-level lambda list syntax is checked for validity, but the +;;; The top level lambda list syntax is checked for validity, but the ;;; arg specifiers are just passed through untouched. If something is ;;; wrong, we use COMPILER-ERROR, aborting compilation to the last ;;; recovery point.