summaryrefslogtreecommitdiff
path: root/tests/reader.impure.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reader.impure.lisp')
-rw-r--r--tests/reader.impure.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reader.impure.lisp b/tests/reader.impure.lisp
index 55e4526f4..b2d3a4e05 100644
--- a/tests/reader.impure.lisp
+++ b/tests/reader.impure.lisp
@@ -144,7 +144,7 @@
(assert (eq 'a (read (make-instance 'my-in-stream :last-char nil))))
;;; NIL as the last argument to SET-SYNTAX-FROM-CHAR in compiled code,
-;;; reported by Levente Mészáros
+;;; reported by Levente Mészáros
(let ((fun (compile nil '(lambda ()
(set-syntax-from-char #\{ #\( *readtable* nil)))))
(funcall fun)