net: Fix a comment typo

Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Kusanagi Kouichi 2013-03-18 02:59:52 +00:00 committed by David S. Miller
parent 14f645d0de
commit 166ec36968

View File

@ -3324,7 +3324,7 @@ EXPORT_SYMBOL_GPL(netdev_rx_handler_register);
* netdev_rx_handler_unregister - unregister receive handler
* @dev: device to unregister a handler from
*
* Unregister a receive hander from a device.
* Unregister a receive handler from a device.
*
* The caller must hold the rtnl_mutex.
*/