Skip to content

Commit

Permalink
typo patch for fs/ufs/super.c
Browse files Browse the repository at this point in the history
Quick and simple typo fix. neTXstep -> neXTstep

Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
mowen-costco authored and AdrianBunk committed Mar 24, 2006
1 parent 13fce80 commit c690a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ufs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ static int ufs_fill_super(struct super_block *sb, void *data, int silent)
if (!silent)
printk("You didn't specify the type of your ufs filesystem\n\n"
"mount -t ufs -o ufstype="
"sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|netxstep-cd|openstep ...\n\n"
"sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...\n\n"
">>>WARNING<<< Wrong ufstype may corrupt your filesystem, "
"default is ufstype=old\n");
ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD);
Expand Down

0 comments on commit c690a72

Please sign in to comment.