[git commit] stat: fix a typo: s/romfs/ramfs/, closes 10876

Denys Vlasenko vda.linux at googlemail.com
Sat Mar 31 00:45:22 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=7bf304f371ee08634d31a4e6b3cbd7d2d32e51d9
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/stat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" }


More information about the busybox-cvs mailing list