summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-08-04 15:08:26 -0700
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-07 11:38:27 +0200
commit510e066d925135f618d465fb2dd0bb86b51041ac (patch)
tree8bb16d0a6e955aa9c3025eddd6edaa6660711b64
parentc25defaa61c75564c64410c47be0087781ff135c (diff)
xtables: trivial spelling fix
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--include/xtables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xtables.h b/include/xtables.h
index c35a6e6d..02172670 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. */