net: Fix typo in net_device_ops description.
authorMike Rapoport <mike@compulab.co.il>
Mon, 27 Apr 2009 12:45:54 +0000 (05:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2009 12:45:54 +0000 (05:45 -0700)
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index 453be9a..5a96a1a 100644 (file)
@@ -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);