diff options
author | Josh Soref <jsoref@gmail.com> | 2019-12-10 17:22:58 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-12 12:24:05 +0100 |
commit | 11a71b7d6971750a8892e1b18eb8688d91e48fe8 (patch) | |
tree | ef1146374f88894438069b3e777b34898645986b /src/receive.c | |
parent | d612e808b9fa499497578792c5e3b16c4f30ce6a (diff) |
global: fix up spelling
Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/receive.c')
-rw-r--r-- | src/receive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/receive.c b/src/receive.c index dfd6e40..e00f0f4 100644 --- a/src/receive.c +++ b/src/receive.c @@ -382,7 +382,7 @@ static void wg_packet_consume_data_done(struct wg_peer *peer, /* We've already verified the Poly1305 auth tag, which means this packet * was not modified in transit. We can therefore tell the networking * stack that all checksums of every layer of encapsulation have already - * been checked "by the hardware" and therefore is unneccessary to check + * been checked "by the hardware" and therefore is unnecessary to check * again in software. */ skb->ip_summed = CHECKSUM_UNNECESSARY; |