diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-10 06:53:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-10 06:53:17 -0700 |
commit | 1ab3edf06ab0fdc2072c855392fa505e903846a4 (patch) | |
tree | dd3632667ee0403b554fc3810eb5700713a5dc1a /eval.c | |
parent | 4c27a4aa97bf791b1c88ef41df620d355a8437dd (diff) | |
download | txr-1ab3edf06ab0fdc2072c855392fa505e903846a4.tar.gz txr-1ab3edf06ab0fdc2072c855392fa505e903846a4.tar.bz2 txr-1ab3edf06ab0fdc2072c855392fa505e903846a4.zip |
* eval.c: Comment spelling.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |