From: Mike Frysinger Date: Sun, 16 Apr 2006 05:55:15 +0000 (-0000) Subject: touchup comment X-Git-Tag: 1_2_0~524 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4b7b8a58a19ec00a77670e9c86c568a50626e16e;p=oweals%2Fbusybox.git touchup comment --- diff --git a/editors/awk.c b/editors/awk.c index cce3b562a..e11c8350f 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -45,7 +45,7 @@ typedef struct var_s { double number; char *string; union { - int aidx; /* func arg index (on compilation stage) */ + int aidx; /* func arg idx (for compilation stage) */ struct xhash_s *array; /* array ptr */ struct var_s *parent; /* for func args, ptr to actual parameter */ char **walker; /* list of array elements (for..in) */