diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
212 | { 0x52654973, "reiserfs" }, | 212 | { 0x52654973, "reiserfs" }, |
213 | { 0x28cd3d45, "cramfs" }, | 213 | { 0x28cd3d45, "cramfs" }, |
214 | { 0x7275, "romfs" }, | 214 | { 0x7275, "romfs" }, |
215 | { 0x858458f6, "romfs" }, | 215 | { 0x858458f6, "ramfs" }, |
216 | { 0x73717368, "squashfs" }, | 216 | { 0x73717368, "squashfs" }, |
217 | { 0x62656572, "sysfs" }, | 217 | { 0x62656572, "sysfs" }, |
218 | { 0, "UNKNOWN" } | 218 | { 0, "UNKNOWN" } |