diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 13:42:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 13:42:19 +0200 |
commit | 82dcc3bff97b08db227610596a54574783f69631 (patch) | |
tree | bbae5bd7aa649b4e02f43c0724b04af15e69e8eb /init | |
parent | 9e2e0ff4ba7f4327ff35e353faba5bf234a70672 (diff) | |
download | busybox-w32-82dcc3bff97b08db227610596a54574783f69631.tar.gz busybox-w32-82dcc3bff97b08db227610596a54574783f69631.tar.bz2 busybox-w32-82dcc3bff97b08db227610596a54574783f69631.zip |
bootchartd: fix typo in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/bootchartd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
192 | if (!tempdir) { | 192 | if (!tempdir) { |
193 | #ifdef __linux__ | 193 | #ifdef __linux__ |
194 | /* /tmp is not writable (happens when we are used as init). | 194 | /* /tmp is not writable (happens when we are used as init). |
195 | * Try to mount a tmpfs, them cd and lazily unmount it. | 195 | * Try to mount a tmpfs, then cd and lazily unmount it. |
196 | * Since we unmount it at once, we can mount it anywhere. | 196 | * Since we unmount it at once, we can mount it anywhere. |
197 | * Try a few locations which are likely ti exist. | 197 | * Try a few locations which are likely ti exist. |
198 | */ | 198 | */ |