From: Denys Vlasenko Date: Thu, 20 Jul 2017 11:42:19 +0000 (+0200) Subject: bootchartd: fix typo in comment X-Git-Tag: 1_28_0~353 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82dcc3bff97b08db227610596a54574783f69631;p=oweals%2Fbusybox.git bootchartd: fix typo in comment Signed-off-by: Denys Vlasenko --- diff --git a/init/bootchartd.c b/init/bootchartd.c index 1b7006798..d7d6f1483 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c @@ -192,7 +192,7 @@ static char *make_tempdir(void) if (!tempdir) { #ifdef __linux__ /* /tmp is not writable (happens when we are used as init). - * Try to mount a tmpfs, them cd and lazily unmount it. + * Try to mount a tmpfs, then cd and lazily unmount it. * Since we unmount it at once, we can mount it anywhere. * Try a few locations which are likely ti exist. */