[git commit] typo fix
Denys Vlasenko
vda.linux at googlemail.com
Sat Apr 2 20:57:17 UTC 2016
commit: https://git.busybox.net/busybox/commit/?id=1cf68e303328671f74dfd9f7d24e6c9f91d18969
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
libbb/appletlib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 18583f9..4b5b09f 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 */
More information about the busybox-cvs
mailing list