summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
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)
{