Skip to content

Commit

Permalink
net: fix incorrect spelling in drop monitor protocol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Neil Horman authored and David S. Miller committed Mar 22, 2011
1 parent 4f2d56c commit ac0a121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/drop_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ac0a121

Please sign in to comment.