[PATCH] 2 non-code typo's i've encountered

Sven Vermeulen (sven.vermeulen@rug.ac.be)
Mon, 19 Nov 2001 13:12:20 +0100


Just saw 2 typo's. Patch beneith...

diff -urN linux/drivers/net/wan/sdla_ppp.c linux-new/drivers/net/wan/sdla_ppp.c
--- linux/drivers/net/wan/sdla_ppp.c Mon Nov 19 12:49:32 2001
+++ linux-new/drivers/net/wan/sdla_ppp.c Mon Nov 19 12:59:07 2001
@@ -2473,7 +2473,7 @@
#endif

default:
- printk(KERN_INFO "%s: ERROR: Unsuported PPP Mode Selected\n",
+ printk(KERN_INFO "%s: ERROR: Unsupported PPP Mode Selected\n",
card->devname);
printk(KERN_INFO "%s: PPP IP Modes: STATIC, PEER or HOST\n",
card->devname);
diff -urN linux/fs/hpfs/super.c linux-new/fs/hpfs/super.c
--- linux/fs/hpfs/super.c Mon Nov 19 12:23:04 2001
+++ linux-new/fs/hpfs/super.c Mon Nov 19 12:58:39 2001
@@ -3,7 +3,7 @@
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
- * mouning, unmounting, error handling
+ * mounting, unmounting, error handling
*/

#include <linux/string.h>

-- 
The memory management on the PowerPC can be used to frighten small
children. (Linus Torvalds.)

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