diff options
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 2c7f647e2..90ed87a72 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -35,7 +35,7 @@ int insmod_main(int argc UNUSED_PARAM, char **argv) | |||
35 | 35 | ||
36 | rc = bb_init_module(filename, parse_cmdline_module_options(argv)); | 36 | rc = bb_init_module(filename, parse_cmdline_module_options(argv)); |
37 | if (rc) | 37 | if (rc) |
38 | bb_error_msg("cannot insert '%s': %s", filename, moderror(rc)); | 38 | bb_error_msg("can't insert '%s': %s", filename, moderror(rc)); |
39 | 39 | ||
40 | return rc; | 40 | return rc; |
41 | } | 41 | } |