aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index d704d90e..1eddecba 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -32430,7 +32430,7 @@ into @command{gawk}, you have to retrieve the array cookie from the value
passed in to @command{sym_update()} before doing anything else with it, like so:
@example
-awk_value_t value;
+awk_value_t val;
awk_array_t new_array;
new_array = create_array();