summaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorSteven Cole <scole@zianet.com>2003-04-28 12:30:58 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-04-28 12:30:58 -0700
commitfceb23723e18002a1f12706f112e76501f3df131 (patch)
tree3cdd9cd505fbf4a09c3ff45bbe7e6eb9e7d3222f /net/core
parent00f3b0093c412fb5ac6918e922dfa6cbe59c7976 (diff)
[NET]: Spelling fixes for net/
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c4
-rw-r--r--net/core/wireless.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 55110b1da8b7..2630d0fcd10d 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -223,9 +223,9 @@ int netdev_nit;
*
* BEWARE!!! Protocol handlers, mangling input packets,
* MUST BE last in hash buckets and checking protocol handlers
- * MUST start from promiscous ptype_all chain in net_bh.
+ * MUST start from promiscuous ptype_all chain in net_bh.
* It is true now, do not change it.
- * Explantion follows: if protocol handler, mangling packet, will
+ * Explanation follows: if protocol handler, mangling packet, will
* be the first on list, it is not able to sense, that packet
* is cloned and should be copied-on-write, so that it will
* change it and subsequent readers will get broken packet.
diff --git a/net/core/wireless.c b/net/core/wireless.c
index 66ff0710eab8..806708eebd34 100644
--- a/net/core/wireless.c
+++ b/net/core/wireless.c
@@ -66,7 +66,7 @@
#define WE_STRICT_WRITE /* Check write buffer size */
/* I'll probably drop both the define and kernel message in the next version */
-/* Debuging stuff */
+/* Debugging stuff */
#undef WE_IOCTL_DEBUG /* Debug IOCTL API */
#undef WE_EVENT_DEBUG /* Debug Event dispatcher */
@@ -1005,7 +1005,7 @@ static inline void rtmsg_iwinfo(struct net_device * dev,
/* ---------------------------------------------------------------- */
/*
* Main event dispatcher. Called from other parts and drivers.
- * Send the event on the apropriate channels.
+ * Send the event on the appropriate channels.
* May be called from interrupt context.
*/
void wireless_send_event(struct net_device * dev,