Fix a typo in an ls.c comment.
diff --git a/toys/posix/ls.c b/toys/posix/ls.c
index 35d1034..7e9f47d 100644
--- a/toys/posix/ls.c
+++ b/toys/posix/ls.c
@@ -532,7 +532,7 @@ void ls_main(void)
dt = dirtree_start(*s, !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) ||
(toys.optflags&(FLAG_L|FLAG_H)));
- // note: double_list->prev temporarirly goes in dirtree->parent
+ // note: double_list->prev temporarily goes in dirtree->parent
if (dt) dlist_add_nomalloc((void *)&TT.files->child, (void *)dt);
else toys.exitval = 1;
}
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net