From 6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:53:07 +0100 Subject: net: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- net/siit/src/siit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/siit') diff --git a/net/siit/src/siit.c b/net/siit/src/siit.c index a25da9a9e..ea68b7451 100644 --- a/net/siit/src/siit.c +++ b/net/siit/src/siit.c @@ -690,7 +690,7 @@ static int ip6_ip4(char *src, int len, char *dst, int include_flag) } else if (next_hdr == NEXTHDR_ESP || next_hdr == NEXTHDR_AUTH) { - PDEBUG("ip6_ip4(): cannot translate AUTH or ESP extention header, packet dropped\n"); + PDEBUG("ip6_ip4(): cannot translate AUTH or ESP extension header, packet dropped\n"); return -1; } else if (next_hdr == NEXTHDR_IPV6) @@ -707,12 +707,12 @@ static int ip6_ip4(char *src, int len, char *dst, int include_flag) value within the original packet */ /* NOT IMPLEMENTED */ - PDEBUG("ip6_ip4(): NEXTHDR in extention header = 0, packet dropped\n"); + PDEBUG("ip6_ip4(): NEXTHDR in extension header = 0, packet dropped\n"); return -1; } else { - PDEBUG("ip6_ip4(): cannot translate extention header = %d, packet dropped\n", next_hdr); + PDEBUG("ip6_ip4(): cannot translate extension header = %d, packet dropped\n", next_hdr); return -1; } } -- cgit v1.2.3