2010-06-30 16:37:18

by Kulikov Vasiliy

[permalink] [raw]
Subject: [PATCH] net/neighbour.h: fix typo

'Shoul' must be 'should'.

Signed-off-by: Kulikov Vasiliy <[email protected]>
---
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 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;
--
1.7.0.4


2010-06-30 19:06:54

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] net/neighbour.h: fix typo

From: Kulikov Vasiliy <[email protected]>
Date: Wed, 30 Jun 2010 20:08:15 +0400

> 'Shoul' must be 'should'.
>
> Signed-off-by: Kulikov Vasiliy <[email protected]>

Applied, thanks.