This patch fixes small typo in ikernel informational message. --- linux-2.5.8-pre2/fs/reiserfs/super.c.orig Mon Apr 8 14:23:15 2002 +++ linux-2.5.8-pre2/fs/reiserfs/super.c Mon Apr 8 14:24:23 2002 @@ -769,7 +769,7 @@ if ( rs->s_v1.s_root_block == -1 ) { brelse(bh) ; printk("dev %s: Unfinished reiserfsck --rebuild-tree run detected. Please run\n" - "reiserfsck --rebuild-tree and wait for a completion. If that fais\n" + "reiserfsck --rebuild-tree and wait for a completion. If that fails\n" "get newer reiserfsprogs package\n", s->s_id); return 1; }