From 8af4e18816996745d7846220bb4d8a33cd5b3900 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 16 Oct 2019 19:41:43 +0100 Subject: [PATCH] Typo, thanks to Arfrever. --- src/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcp.c b/src/dhcp.c index 356b7708..f0db3cca 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -3350,7 +3350,7 @@ checksums_valid(void *packet, uh_sump = udpp + offsetof(struct udphdr, uh_sum); memset(uh_sump, 0, sizeof(udp.uh_sum)); - /* Checksum psuedo header and then UDP + payload. */ + /* Checksum pseudo header and then UDP + payload. */ in_cksum(pip.w, sizeof(pip.w), &csum); csum = in_cksum(udpp, ntohs(udp.uh_ulen), &csum); -- 2.47.2