From b1746329b7749a8f760bab04c12e5127a23e46ed Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 31 Mar 2011 22:59:51 +0200 Subject: Lots of documentation updates. --- extension/filefuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/filefuncs.c') 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); -- cgit v1.2.3