diff --git a/src/interp.lisp b/src/interp.lisp index 103432a83..aaad1b403 100644 --- a/src/interp.lisp +++ b/src/interp.lisp @@ -51,7 +51,7 @@ (push (cons flag t) *curr-flags*))) (defun nullify-last-flags (flag &rest more-flags) - "Set FLAG and FLAGS to nil in *LAST-FLAGS*." + "Set FLAG and MORE-FLAGS to nil in *LAST-FLAGS*." (push (cons flag nil) *last-flags*) (when more-flags (dotimes (i (length more-flags))