From: Kulikov Vasiliy Date: Wed, 30 Jun 2010 06:08:15 +0000 (+0000) Subject: net/neighbour.h: fix typo X-Git-Tag: v3.12-rc1~9497^2~401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=787a34456dc34bdd75b29cebb53cb09c727674d6;p=kernel%2Fkernel-generic.git net/neighbour.h: fix typo 'Shoul' must be 'should'. Signed-off-by: Kulikov Vasiliy Signed-off-by: David S. Miller --- diff --git a/include/net/neighbour.h b/include/net/neighbour.h index eb21340..242879b 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -151,7 +151,7 @@ struct neigh_table { void (*proxy_redo)(struct sk_buff *skb); char *id; struct neigh_parms parms; - /* HACK. gc_* shoul follow parms without a gap! */ + /* HACK. gc_* should follow parms without a gap! */ int gc_interval; int gc_thresh1; int gc_thresh2;