diff options
author | Kulikov Vasiliy <segooon@gmail.com> | 2010-06-30 06:08:15 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-30 12:06:52 -0700 |
commit | 787a34456dc34bdd75b29cebb53cb09c727674d6 (patch) | |
tree | 370e65e5ea2536072c4067d600cdb6c4f3b7106a /include/net/neighbour.h | |
parent | 511d934f4496076898e45aaa09e0c85376eb16ee (diff) |
net/neighbour.h: fix typo
'Shoul' must be 'should'.
Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/neighbour.h')
-rw-r--r-- | include/net/neighbour.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index eb21340a573b..242879b6c4df 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; |