Create: fix typo in RAID10 default layout message.

It reports "layout defaults to n1" but it means "... to n2".

Reported-by: Adrian Sandor <aditsu@yahoo.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2010-06-17 20:17:10 +10:00
parent 0017a23753
commit ccaeea03a9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static int default_layout(struct supertype *st, int level, int verbose)
layout = 0x102; /* near=2, far=1 */
if (verbose > 0)
fprintf(stderr,
Name ": layout defaults to n1\n");
Name ": layout defaults to n2\n");
break;
case 5:
case 6: