projects
/
project
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5649c02
)
kmodloader: Fix typo in error message
author
Florian Fainelli
<f.fainelli@gmail.com>
Sun, 4 Dec 2016 02:09:39 +0000
(18:09 -0800)
committer
John Crispin
<john@phrozen.org>
Sun, 4 Dec 2016 15:08:40 +0000
(16:08 +0100)
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
kmodloader.c
patch
|
blob
|
history
diff --git
a/kmodloader.c
b/kmodloader.c
index 5ba75c1aa36d24282991708c8bca019b5faa03ac..40edbf0260b0baa9fd7906a0cfd9ef17e6a5be5c 100644
(file)
--- a/
kmodloader.c
+++ b/
kmodloader.c
@@
-610,7
+610,7
@@
static int main_insmod(int argc, char **argv)
}
if (init_module_folders()) {
- fprintf(stderr, "
fali
ed to find the folder holding the modules\n");
+ fprintf(stderr, "
Fail
ed to find the folder holding the modules\n");
return -1;
}