diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-03-03 11:58:14 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-26 15:10:01 +0200 |
commit | 069d4a7b583274e3fd8712c92a035626e0ebf7be (patch) | |
tree | e40c98807aaa70fd989b73b89f9f45c426e3f978 /include/linux/netfilter_bridge | |
parent | e09b50ad7a3312c4fbdc3dce4d5b7c3330734286 (diff) |
netfilter: ebtables: fix comment grammar
s/stongly inspired on/strongly inspired by/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/netfilter_bridge')
-rw-r--r-- | include/linux/netfilter_bridge/ebtables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h index 34e7a2b7f867..9ac6f263956b 100644 --- a/include/linux/netfilter_bridge/ebtables.h +++ b/include/linux/netfilter_bridge/ebtables.h @@ -6,7 +6,7 @@ * * ebtables.c,v 2.0, April, 2002 * - * This code is stongly inspired on the iptables code which is + * This code is strongly inspired by the iptables code which is * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling */ #ifndef __LINUX_BRIDGE_EFF_H |