aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKulikov Vasiliy <segooon@gmail.com>2010-06-30 06:08:15 +0000
committerDavid S. Miller <davem@davemloft.net>2010-06-30 12:06:52 -0700
commit787a34456dc34bdd75b29cebb53cb09c727674d6 (patch)
tree370e65e5ea2536072c4067d600cdb6c4f3b7106a /include
parentgianfar: Implement workaround for eTSEC-A002 erratum (diff)
downloadlinux-dev-787a34456dc34bdd75b29cebb53cb09c727674d6.tar.xz
linux-dev-787a34456dc34bdd75b29cebb53cb09c727674d6.zip
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')
-rw-r--r--include/net/neighbour.h2
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;