Skip to content

Commit

Permalink
[PKT_SCHED] cls_u32: Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Hildebrandt <Ralf.Hildebrandt@charite.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ralf Hildebrandt authored and David S. Miller committed Aug 17, 2006
1 parent b9c6e3e commit c0956bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/cls_u32.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static int __init init_u32(void)
{
printk("u32 classifier\n");
#ifdef CONFIG_CLS_U32_PERF
printk(" Perfomance counters on\n");
printk(" Performance counters on\n");
#endif
#ifdef CONFIG_NET_CLS_POLICE
printk(" OLD policer on \n");
Expand Down

0 comments on commit c0956bd

Please sign in to comment.