[NET]: Fix comments for register_netdev().
authorBorislav Petkov <bbpetkov@yahoo.de>
Sat, 21 Apr 2007 05:14:10 +0000 (22:14 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:33 +0000 (22:29 -0700)
Correct the function name in the comments supplied with
register_netdev()

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c

index 431998d..f3b9970 100644 (file)
@@ -3130,7 +3130,7 @@ out:
  *     chain. 0 is returned on success. A negative errno code is returned
  *     on a failure to set up the device, or if the name is a duplicate.
  *
- *     This is a wrapper around register_netdev that takes the rtnl semaphore
+ *     This is a wrapper around register_netdevice that takes the rtnl semaphore
  *     and expands the device name if you passed a format string to
  *     alloc_netdev.
  */