net: fix incorrect spelling in drop monitor protocol
authorNeil Horman <nhorman@tuxdriver.com>
Tue, 22 Mar 2011 01:20:26 +0000 (18:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Mar 2011 01:20:26 +0000 (18:20 -0700)
It was pointed out to me recently that my spelling could be better :)

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/drop_monitor.c

index 36e603c..706502f 100644 (file)
@@ -350,7 +350,7 @@ static int __init init_net_drop_monitor(void)
        struct per_cpu_dm_data *data;
        int cpu, rc;
 
-       printk(KERN_INFO "Initalizing network drop monitor service\n");
+       printk(KERN_INFO "Initializing network drop monitor service\n");
 
        if (sizeof(void *) > 8) {
                printk(KERN_ERR "Unable to store program counters on this arch, Drop monitor failed\n");