From b4d0fe33246175c0ac8e094ca46036444136a3be Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 7 Dec 2011 08:06:41 -0800 Subject: Comment change. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index 40f0057d..59d0d36b 100644 --- a/eval.c +++ b/eval.c @@ -918,7 +918,7 @@ val expand(val form) return rlcp(cons(sym, forms_ex), form); } else { /* funtion call */ - /* also handles: call, if, and, or, unwind-protect, return */ + /* also handles: progn, call, if, and, or, unwind-protect, return */ val args = rest(form); val args_ex = expand_forms(args); -- cgit v1.2.3