diff options
Diffstat (limited to 'str_array.c')
-rw-r--r-- | str_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/str_array.c b/str_array.c index 2fdd1bf2..85e554b8 100644 --- a/str_array.c +++ b/str_array.c @@ -121,7 +121,7 @@ str_array_init(NODE *symbol ATTRIBUTE_UNUSED, NODE *subs ATTRIBUTE_UNUSED) /* - * assoc_lookup: + * str_lookup: * Find SYMBOL[SUBS] in the assoc array. Install it with value "" if it * isn't there. Returns a pointer ala get_lhs to where its value is stored. * |