From 75cb924bbd82d00173038128947cc323dac524e9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 18 Nov 2013 07:42:48 -0600 Subject: Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in. --- toys/other/blkid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/other/blkid.c') 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}, -- cgit v1.2.3