diff options
author | Michael Owen <mowen@costco.com> | 2006-03-24 12:21:44 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-03-24 12:21:44 -0500 |
commit | c690a72253b962b7274559f2cdf4844553076c03 (patch) | |
tree | bbbde2ff40a39ce2b5cd66b0de7e946f783efa16 /fs | |
parent | 13fce8062968996da496d4f65cc1c1f845704604 (diff) |
typo patch for fs/ufs/super.c
Quick and simple typo fix. neTXstep -> neXTstep
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ufs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/super.c b/fs/ufs/super.c index d257644a1aeb..db98a4c71e63 100644 --- a/fs/ufs/super.c +++ b/fs/ufs/super.c | |||
@@ -575,7 +575,7 @@ static int ufs_fill_super(struct super_block *sb, void *data, int silent) | |||
575 | if (!silent) | 575 | if (!silent) |
576 | printk("You didn't specify the type of your ufs filesystem\n\n" | 576 | printk("You didn't specify the type of your ufs filesystem\n\n" |
577 | "mount -t ufs -o ufstype=" | 577 | "mount -t ufs -o ufstype=" |
578 | "sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|netxstep-cd|openstep ...\n\n" | 578 | "sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...\n\n" |
579 | ">>>WARNING<<< Wrong ufstype may corrupt your filesystem, " | 579 | ">>>WARNING<<< Wrong ufstype may corrupt your filesystem, " |
580 | "default is ufstype=old\n"); | 580 | "default is ufstype=old\n"); |
581 | ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD); | 581 | ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD); |