aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:29:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:29:06 +0300
commit6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (patch)
tree06927bc44eaca44e7dae698443b2ec4616273cac /doc/gawk.texi
parent5aa222c52f21226bf807aa4c38339d62f3a3156c (diff)
downloadegawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.tar.gz
egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.tar.bz2
egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.zip
Small typo fix in the doc.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5864346c..407c8a38 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -33339,7 +33339,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();