From 7bf304f371ee08634d31a4e6b3cbd7d2d32e51d9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 31 Mar 2018 02:45:22 +0200 Subject: stat: fix a typo: s/romfs/ramfs/, closes 10876 Signed-off-by: Denys Vlasenko --- coreutils/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/stat.c b/coreutils/stat.c index 7ba3db155..3d527ae63 100644 --- 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, "romfs" }, + { 0x858458f6, "ramfs" }, { 0x73717368, "squashfs" }, { 0x62656572, "sysfs" }, { 0, "UNKNOWN" } -- cgit v1.2.3