summaryrefslogtreecommitdiff
path: root/field.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-31 19:51:04 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-31 19:51:04 +0200
commit993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4 (patch)
tree41af325f0266b3316de634a57fa12ffa2b86c6b2 /field.c
parentcec88d59be5ef7c50647e45f5aeb3d9260236705 (diff)
downloadgawk-993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4.tar.gz
Some minor fixes. See ChangeLog.
Diffstat (limited to 'field.c')
-rw-r--r--field.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/field.c b/field.c
index 9b5a22cd..6bbab8d5 100644
--- a/field.c
+++ b/field.c
@@ -1075,7 +1075,7 @@ do_patsplit(int nargs)
if (sep_arr == arr)
fatal(_("patsplit: cannot use the same array for second and fourth args"));
- /* This checks need to be done before clearing any of the arrays */
+ /* These checks need to be done before clearing any of the arrays */
for (tmp = sep_arr->parent_array; tmp != NULL; tmp = tmp->parent_array)
if (tmp == arr)
fatal(_("patsplit: cannot use a subarray of second arg for fourth arg"));