typo patch for fs/ufs/super.c

From: Michael Owen
Date: Fri Jan 27 2006 - 21:14:13 EST


Quick and simple typo fix. neTXstep -> neXTstep
--------


--- linux-2.6.15/fs/ufs/super.c 2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.15-mowen/fs/ufs/super.c 2006-01-27 18:04:17.586215000 -0800
@@ -575,7 +575,7 @@
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);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/