summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-19 13:36:49 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-19 13:36:49 +0200
commit0a1746da98ef24b887074bad1c390523f6c4b190 (patch)
treeed266131000fafdfa1bdf780d22683dad7b8eaf0 /symbol.c
parenta892293556960b0813098ede7da7a34774da7d3c (diff)
downloadgawk-0a1746da98ef24b887074bad1c390523f6c4b190.tar.gz
SYMTAB enhancements, bug fix. Doc additions.
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 3776f905..5a34f296 100644
--- a/symbol.c
+++ b/symbol.c
@@ -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 */