Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

typo patch for fs/ufs/super.c

Quick and simple typo fix. neTXstep -> neXTstep

Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Michael Owen and committed by
Adrian Bunk
c690a722 13fce806

+1 -1
+1 -1
fs/ufs/super.c
··· 575 575 if (!silent) 576 576 printk("You didn't specify the type of your ufs filesystem\n\n" 577 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 579 ">>>WARNING<<< Wrong ufstype may corrupt your filesystem, " 580 580 "default is ufstype=old\n"); 581 581 ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD);