Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756074Ab0F3QhS (ORCPT ); Wed, 30 Jun 2010 12:37:18 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:38318 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753736Ab0F3QhQ (ORCPT ); Wed, 30 Jun 2010 12:37:16 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=KPb78e2ye1fKLKbGvVcRZXJWsesqQchKpI5ZdU5NiBVPTH8OyR1aJXizyGOV0t2YwY fexr/+hWxVUUTaKBRcj21n91/Ahza15hLEYSudTKlKQgj0UlD5JCpMazoafpZBYzDdWN uHAT9BnjhMz5BZOiNAWxKn1G5kToqLUjkQ8j0= From: Kulikov Vasiliy To: Jiri Kosina Cc: "David S. Miller" , Tejun Heo , "Eric W. Biederman" , Eric Dumazet , Stephen Hemminger , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] net/neighbour.h: fix typo Date: Wed, 30 Jun 2010 20:08:15 +0400 Message-Id: <1277914095-25905-1-git-send-email-segooon@gmail.com> X-Mailer: git-send-email 1.7.0.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 28 'Shoul' must be 'should'. Signed-off-by: Kulikov Vasiliy --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/