From: Roy Marples Date: Wed, 16 Oct 2019 18:41:43 +0000 (+0100) Subject: Typo, thanks to Arfrever. X-Git-Tag: v8.1.2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af4e18816996745d7846220bb4d8a33cd5b3900;p=thirdparty%2Fdhcpcd.git Typo, thanks to Arfrever. --- 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);