svn commit: trunk/busybox/editors

vapier at busybox.net vapier at busybox.net
Sun Apr 16 05:55:16 UTC 2006


Author: vapier
Date: 2006-04-15 22:55:15 -0700 (Sat, 15 Apr 2006)
New Revision: 14886

Log:
touchup comment

Modified:
   trunk/busybox/editors/awk.c


Changeset:
Modified: trunk/busybox/editors/awk.c
===================================================================
--- trunk/busybox/editors/awk.c	2006-04-16 05:54:31 UTC (rev 14885)
+++ trunk/busybox/editors/awk.c	2006-04-16 05:55:15 UTC (rev 14886)
@@ -45,7 +45,7 @@
 	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) */




More information about the busybox-cvs mailing list