Commit ac0a121d7906b049dfee3649f886c969fbb3c1b7
Committed by
David S. Miller
1 parent
4f2d56c45f
Exists in
master
and in
39 other branches
net: fix incorrect spelling in drop monitor protocol
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/core/drop_monitor.c
... | ... | @@ -350,7 +350,7 @@ |
350 | 350 | struct per_cpu_dm_data *data; |
351 | 351 | int cpu, rc; |
352 | 352 | |
353 | - printk(KERN_INFO "Initalizing network drop monitor service\n"); | |
353 | + printk(KERN_INFO "Initializing network drop monitor service\n"); | |
354 | 354 | |
355 | 355 | if (sizeof(void *) > 8) { |
356 | 356 | printk(KERN_ERR "Unable to store program counters on this arch, Drop monitor failed\n"); |