fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
65155b3708
commit
421f91d21a
@@ -80,7 +80,7 @@ static struct net_device * __init ipddp_init(void)
|
||||
if (version_printed++ == 0)
|
||||
printk(version);
|
||||
|
||||
/* Initalize the device structure. */
|
||||
/* Initialize the device structure. */
|
||||
dev->netdev_ops = &ipddp_netdev_ops;
|
||||
|
||||
dev->type = ARPHRD_IPDDP; /* IP over DDP tunnel */
|
||||
|
Reference in New Issue
Block a user