projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e2e0ff
)
bootchartd: fix typo in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 20 Jul 2017 11:42:19 +0000
(13:42 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/init/bootchartd.c
b/init/bootchartd.c
index 1b7006798dd4b296417abf92f8780a7a8e442c8e..d7d6f1483396e7cc7e3460105cc8bd52cee40566 100644
(file)
--- 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, the
m
cd and lazily unmount it.
+ * Try to mount a tmpfs, the
n
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.
*/