[Toybox] [PATCH] Fix a typo in an ls.c comment.

enh enh at google.com
Fri May 15 16:31:18 PDT 2015


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;
   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20150515/8469f277/attachment-0003.htm>


More information about the Toybox mailing list