From 1ab3edf06ab0fdc2072c855392fa505e903846a4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 10 Jul 2014 06:53:17 -0700 Subject: * eval.c: Comment spelling. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index 0457864b..6c0129ed 100644 --- a/eval.c +++ b/eval.c @@ -1391,7 +1391,7 @@ static val expand_symacrolet(val form, val menv) * variable in the binding list vars is listed * as a binding, with the value sys:special. * This is a shadow entry, which allows ordinary - * bindings to shadow symbol macros bindings. + * bindings to shadow symbol macro bindings. */ static val make_var_shadowing_env(val menv, val vars) { -- cgit v1.2.3