diff options
Diffstat (limited to 'symbol.c')
-rw-r--r-- | symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ lookup(const char *name) { NODE *n; NODE *tmp; - /* ``It's elephants, all the way down.'' */ + /* ``It's turtles, all the way down.'' */ NODE *tables[] = { param_table, /* parameters shadow everything */ global_table, /* SYMTAB and FUNCTAB found first, can't be redefined */ |