diff options
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 eb21340a573..242879b6c4d 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;  |