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:
6ffaa00
)
stat: fix a typo: s/romfs/ramfs/, closes 10876
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 31 Mar 2018 00:45:22 +0000
(
02:45
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 31 Mar 2018 00:45:22 +0000
(
02:45
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/stat.c
patch
|
blob
|
history
diff --git
a/coreutils/stat.c
b/coreutils/stat.c
index 7ba3db155a73791f27878c0385e2283470166b9f..3d527ae63d5b1ccf2a7094c97e5c5ac3d97d71e0 100644
(file)
--- a/
coreutils/stat.c
+++ b/
coreutils/stat.c
@@
-212,7
+212,7
@@
static const char *human_fstype(uint32_t f_type)
{ 0x52654973, "reiserfs" },
{ 0x28cd3d45, "cramfs" },
{ 0x7275, "romfs" },
- { 0x858458f6, "r
o
mfs" },
+ { 0x858458f6, "r
a
mfs" },
{ 0x73717368, "squashfs" },
{ 0x62656572, "sysfs" },
{ 0, "UNKNOWN" }