]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo, thanks to Arfrever.
authorRoy Marples <roy@marples.name>
Wed, 16 Oct 2019 18:41:43 +0000 (19:41 +0100)
committerRoy Marples <roy@marples.name>
Wed, 16 Oct 2019 18:41:43 +0000 (19:41 +0100)
src/dhcp.c

index 356b7708a7c9ad8a3c103d8345b8b097cc1ef86d..f0db3cca91418761b937ef3fd6ff6f44ed92c86e 100644 (file)
@@ -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);