aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 4d211f50c..2c7f647e2 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -19,7 +19,7 @@ int insmod_main(int argc UNUSED_PARAM, char **argv)
/* 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.
*/