diff options
author | Rob Landley <rob@landley.net> | 2013-11-18 07:42:48 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-11-18 07:42:48 -0600 |
commit | 75cb924bbd82d00173038128947cc323dac524e9 (patch) | |
tree | 5251e9bf436b997ce19a564d7ee0756d960632f0 /toys | |
parent | 59272f2019b6f1a5b984fa2bbf36f9c0174b4dcb (diff) | |
download | toybox-75cb924bbd82d00173038128947cc323dac524e9.tar.gz |
Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in.0.4.7
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/blkid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 99d6999a..1604ac35 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -38,8 +38,8 @@ static const struct fstype fstypes[] = { {"f2fs", 0xF2F52010, 4, 1024, 1132, 16, 1110}, {"jfs", 0x3153464a, 4, 32768, 32920, 16, 32904}, {"nilfs", 0x3434, 2, 1030, 1176, 80, 1192}, - {"murderfs", 0x724573496552, 6, 8244, 8276, 16, 8292}, - {"murderfs", 0x724573496552, 6, 65588, 65620, 16, 65536}, + {"reiserfs", 0x724573496552, 6, 8244, 8276, 16, 8292}, + {"reiserfs", 0x724573496552, 6, 65588, 65620, 16, 65536}, {"romfs", 0x2d6d6f72, 4, 0, 0,0,0}, {"squashfs", 0x73717368, 4, 0, 0,0,0}, {"xiafs", 0x012fd16d, 4, 572, 0,0,0}, |