bootchartd: fix typo in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 Jul 2017 11:42:19 +0000 (13:42 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 Jul 2017 11:42:19 +0000 (13:42 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
init/bootchartd.c

index 1b7006798dd4b296417abf92f8780a7a8e442c8e..d7d6f1483396e7cc7e3460105cc8bd52cee40566 100644 (file)
@@ -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.
                 */