aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-04-02 22:57:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-04-02 22:57:17 +0200
commit1cf68e303328671f74dfd9f7d24e6c9f91d18969 (patch)
tree3a2d5a56c8311c8aa2e4b22ef61c6fe8a1263527 /libbb/appletlib.c
parenta93e4fd376d990ead254657228e75715b74ca0ac (diff)
downloadbusybox-1cf68e303328671f74dfd9f7d24e6c9f91d18969.tar.gz
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 18583f91a..4b5b09f45 100644
--- 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 seatch without strcmp/strlen calls for speed */
+ /* Open-coded linear search without strcmp/strlen calls for speed */
#if 0 /*BB_UNALIGNED_MEMACCESS_OK && BB_LITTLE_ENDIAN*/
/* skip "[\0" name, it's surely not it */