diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-03-31 22:59:51 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-03-31 22:59:51 +0200 |
commit | b1746329b7749a8f760bab04c12e5127a23e46ed (patch) | |
tree | 404a97cae18ca57da54125252af291415128f57f /extension/filefuncs.c | |
parent | 089e787a5a970f8005cf4ee34b152bf1747b14b0 (diff) | |
download | egawk-b1746329b7749a8f760bab04c12e5127a23e46ed.tar.gz egawk-b1746329b7749a8f760bab04c12e5127a23e46ed.tar.bz2 egawk-b1746329b7749a8f760bab04c12e5127a23e46ed.zip |
Lots of documentation updates.
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r-- | extension/filefuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 7efa912e..ad7828f3 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -172,7 +172,7 @@ do_stat(int nargs) if (do_lint && get_curfunc_arg_count() > 2) lintwarn("stat: called with too many arguments"); - /* directory is first arg, array to hold results is second */ + /* file is first arg, array to hold results is second */ file = get_scalar_argument(0, FALSE); array = get_array_argument(1, FALSE); |