aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-08-18 14:05:18 -0700
committerDavid S. Miller <davem@davemloft.net>2005-08-18 14:05:18 -0700
commit22783649568a28839c5a362f47da7819ecfcbb9f (patch)
tree19065dd333e9e4dd456f08cb8426544b24ba479e
parent001dd250c1c68667a5c3b74979fa614e2edc9ceb (diff)
downloadlinux-22783649568a28839c5a362f47da7819ecfcbb9f.tar.gz
[NET]: Fix comment in loopback driver.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/loopback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c
index b33111e213131..1f61f0cc95d81 100644
--- a/drivers/net/loopback.c
+++ b/drivers/net/loopback.c
@@ -214,7 +214,7 @@ struct net_device loopback_dev = {
.ethtool_ops = &loopback_ethtool_ops,
};
-/* Setup and register the of the LOOPBACK device. */
+/* Setup and register the loopback device. */
int __init loopback_init(void)
{
struct net_device_stats *stats;