aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2009-04-27 05:45:54 -0700
committerDavid S. Miller <davem@davemloft.net>2009-04-27 05:45:54 -0700
commit37b607c5ac3b7c92a6a3624bb29f1cdcdcf7044a (patch)
treeac2ecd6b61ea290748b6d33e41637e24d962f05b /include
parentc9503e0fe052020e0294cd07d0ecd982eb7c9177 (diff)
net: Fix typo in net_device_ops description.
Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 453be9a674c..5a96a1a406e 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -500,7 +500,7 @@ struct netdev_queue {
*
* int (*ndo_set_mac_address)(struct net_device *dev, void *addr);
* This function is called when the Media Access Control address
- * needs to be changed. If not this interface is not defined, the
+ * needs to be changed. If this interface is not defined, the
* mac address can not be changed.
*
* int (*ndo_validate_addr)(struct net_device *dev);