Commit 517cb89a authored by Hans Reiser's avatar Hans Reiser Committed by Linus Torvalds

[PATCH] ReiserFS typo fix

 This patch fixes small typo in ikernel informational message.
parent 2439ecac
...@@ -769,7 +769,7 @@ static int read_super_block (struct super_block * s, int offset) ...@@ -769,7 +769,7 @@ static int read_super_block (struct super_block * s, int offset)
if ( rs->s_v1.s_root_block == -1 ) { if ( rs->s_v1.s_root_block == -1 ) {
brelse(bh) ; brelse(bh) ;
printk("dev %s: Unfinished reiserfsck --rebuild-tree run detected. Please run\n" 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); "get newer reiserfsprogs package\n", s->s_id);
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment