diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-29 21:30:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-29 21:30:43 +0000 |
commit | a959588b80529ef5e02048ed71f3c7bf9a117217 (patch) | |
tree | 331b3963cb98fded02b753ca33bfa37cb48a97c6 /modutils/insmod.c | |
parent | 6c30db8bd37da1466dc71bf3c8c20851d8f46c43 (diff) |
Yet another silly little byte saving. couldn't -> cannot
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 f8e26dba3..314e87325 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -4111,7 +4111,7 @@ int insmod_main( int argc, char **argv) if (m_has_modinfo) { m_version = new_get_module_version(f, m_strversion); if (m_version == -1) { - bb_error_msg("couldn't find the kernel version the module was " + bb_error_msg("cannot find the kernel version the module was " "compiled for"); goto out; } |