summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-10 06:53:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-10 06:53:17 -0700
commit1ab3edf06ab0fdc2072c855392fa505e903846a4 (patch)
treedd3632667ee0403b554fc3810eb5700713a5dc1a /eval.c
parent4c27a4aa97bf791b1c88ef41df620d355a8437dd (diff)
downloadtxr-1ab3edf06ab0fdc2072c855392fa505e903846a4.tar.gz
txr-1ab3edf06ab0fdc2072c855392fa505e903846a4.tar.bz2
txr-1ab3edf06ab0fdc2072c855392fa505e903846a4.zip
* eval.c: Comment spelling.
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)
{