svn commit: trunk/busybox/modutils

aldot at busybox.net aldot at busybox.net
Mon Jul 21 11:18:03 UTC 2008


Author: aldot
Date: 2008-07-21 04:18:02 -0700 (Mon, 21 Jul 2008)
New Revision: 22899

Log:
- commentary typo fix


Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2008-07-21 11:16:39 UTC (rev 22898)
+++ trunk/busybox/modutils/insmod.c	2008-07-21 11:18:02 UTC (rev 22899)
@@ -3848,7 +3848,7 @@
 				a);
 	}
 #if ENABLE_FEATURE_INSMOD_LOAD_MAP_FULL
-	/* Quick reference which section indicies are loaded.  */
+	/* Quick reference which section indices are loaded.  */
 
 	i = f->header.e_shnum;
 	loaded = alloca(sizeof(int) * i);




More information about the busybox-cvs mailing list