2001-11-19 11:12:38

by Sven Vermeulen

[permalink] [raw]
Subject: [PATCH] 2 non-code typo's i've encountered

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 ([email protected]), 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.)