From: Kusanagi Kouichi Date: Mon, 18 Mar 2013 02:59:52 +0000 (+0000) Subject: net: Fix a comment typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=166ec3696823e69dbbdec47726735eb7aa4f7d96;p=linux-beck.git net: Fix a comment typo Signed-off-by: Kusanagi Kouichi Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index 0caa38ee8935..8c47ab243926 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -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. */