svn commit: trunk/busybox/modutils

aldot at busybox.net aldot at busybox.net
Sat Nov 22 20:30:53 UTC 2008


Author: aldot
Date: 2008-11-22 12:30:53 -0800 (Sat, 22 Nov 2008)
New Revision: 24128

Log:
- documentation fix


Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2008-11-22 20:29:35 UTC (rev 24127)
+++ trunk/busybox/modutils/insmod.c	2008-11-22 20:30:53 UTC (rev 24128)
@@ -19,7 +19,7 @@
 	/* Compat note:
 	 * 2.6 style insmod has no options and required filename
 	 * (not module name - .ko can't be omitted).
-	 * 2.4 style insmod can take module name without .ko
+	 * 2.4 style insmod can take module name without .o
 	 * and performs module search in default directories
 	 * or in $MODPATH.
 	 */




More information about the busybox-cvs mailing list