aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index e08d566..adc5c00 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -44,7 +44,7 @@
(defun ordinary-ll-without-&aux (ll)
(loop for arg in ll
if (eq '&aux arg) return accum
- else collect arg into accum
+ else collect arg into accum
finally (return accum)))
(defun ordinary-ll-variable-names (ll)