From 51b8a53652a843529f52080a9fdba434ae855184 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 1 Jan 2007 00:35:34 +0000 Subject: Fix typo in comment. Submitted by: remko --- sys/netinet/udp_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/udp_usrreq.c') diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 701fe73..30525b9 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -98,7 +98,7 @@ * BSD 4.2 defaulted the udp checksum to be off. Turning off udp * checksums removes the only data integrety mechanism for packets and * malformed packets that would otherwise be discarded by bad checksums - * may cause problems (espeically for NFS data blocks). + * may cause problems (especially for NFS data blocks). */ #ifndef COMPAT_42 static int udpcksum = 1; -- cgit v1.1