[ROSE]: fix typo (regeistration)

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexey Dobriyan 2005-09-27 15:45:15 -07:00 committed by David S. Miller
parent a83cd2cc90
commit 520d1b830a
1 changed files with 1 additions and 1 deletions

View File

@ -1508,7 +1508,7 @@ static int __init rose_proto_init(void)
}
rc = register_netdev(dev);
if (rc) {
printk(KERN_ERR "ROSE: netdevice regeistration failed\n");
printk(KERN_ERR "ROSE: netdevice registration failed\n");
free_netdev(dev);
goto fail;
}