projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93e4fd
)
typo fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 2 Apr 2016 20:57:17 +0000
(22:57 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 2 Apr 2016 20:57:17 +0000
(22:57 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c
patch
|
blob
|
history
diff --git
a/libbb/appletlib.c
b/libbb/appletlib.c
index 18583f91a53935f91a22e248e9623171a6ed536d..4b5b09f45db6e20fabe3b5593c072ff9047c83d9 100644
(file)
--- a/
libbb/appletlib.c
+++ b/
libbb/appletlib.c
@@
-184,7
+184,7
@@
int FAST_FUNC find_applet_by_name(const char *name)
//bb_error_msg("name:'%s' starting from:'%s' i:%u max:%u", name, p, i, max);
#endif
- /* Open-coded linear sea
t
ch without strcmp/strlen calls for speed */
+ /* Open-coded linear sea
r
ch without strcmp/strlen calls for speed */
#if 0 /*BB_UNALIGNED_MEMACCESS_OK && BB_LITTLE_ENDIAN*/
/* skip "[\0" name, it's surely not it */