mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
stat: fix a typo: s/romfs/ramfs/, closes 10876
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6ffaa00338
commit
7bf304f371
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ static const char *human_fstype(uint32_t f_type)
|
|||
{ 0x52654973, "reiserfs" },
|
||||
{ 0x28cd3d45, "cramfs" },
|
||||
{ 0x7275, "romfs" },
|
||||
{ 0x858458f6, "romfs" },
|
||||
{ 0x858458f6, "ramfs" },
|
||||
{ 0x73717368, "squashfs" },
|
||||
{ 0x62656572, "sysfs" },
|
||||
{ 0, "UNKNOWN" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue