aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 423cf66b..4f568e22 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -5208,7 +5208,7 @@ mk_function(INSTRUCTION *fi, INSTRUCTION *def)
/* update lint table info */
func_use(thisfunc->vname, FUNC_DEFINE);
- /* remove params/locals from symbol table */
+ /* remove params from symbol table */
remove_locals(thisfunc);
return fi;
}