diff mbox

xtables: trivial spelling fix

Message ID 20130804150826.226f33ed@nehalam.linuxnetplumber.net
State Accepted
Headers show

Commit Message

Stephen Hemminger Aug. 4, 2013, 10:08 p.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

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

Comments

Pablo Neira Ayuso Aug. 7, 2013, 9:39 a.m. UTC | #1
Applied, thanks Stephen
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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. */