changeset 4773:44414d81f0c1 draft

Typo, thanks to Arfrever.
author Roy Marples <roy@marples.name>
date Wed, 16 Oct 2019 19:41:43 +0100
parents 4455b275d310
children 3e262219871b 9a29b37bc5cb
files src/dhcp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp.c	Wed Oct 16 15:21:58 2019 +0100
+++ b/src/dhcp.c	Wed Oct 16 19:41:43 2019 +0100
@@ -3350,7 +3350,7 @@
 	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);