netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xtables: trivial spelling fix
@ 2013-08-04 22:08 Stephen Hemminger
  2013-08-07  9:39 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2013-08-04 22:08 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

---
 include/xtables.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/xtables.h b/include/xtables.h
index c35a6e6..0217267 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -230,7 +230,7 @@ struct xtables_match
 	/* Size of match data. */
 	size_t size;
 
-	/* Size of match data relevent for userspace comparison purposes */
+	/* Size of match data relevant for userspace comparison purposes */
 	size_t userspacesize;
 
 	/* Function which prints out usage message. */
@@ -308,7 +308,7 @@ struct xtables_target
 	/* Size of target data. */
 	size_t size;
 
-	/* Size of target data relevent for userspace comparison purposes */
+	/* Size of target data relevant for userspace comparison purposes */
 	size_t userspacesize;
 
 	/* Function which prints out usage message. */
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-07  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-04 22:08 [PATCH] xtables: trivial spelling fix Stephen Hemminger
2013-08-07  9:39 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).