summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-01-01 00:35:34 +0000
committerimp <imp@FreeBSD.org>2007-01-01 00:35:34 +0000
commit51b8a53652a843529f52080a9fdba434ae855184 (patch)
treeea4000b2e57074015a71b4c8c41003490c4c41a2 /sys/netinet/udp_usrreq.c
parent426d73c7621f2b4a511a83b5c445ad540b824330 (diff)
downloadFreeBSD-src-51b8a53652a843529f52080a9fdba434ae855184.zip
FreeBSD-src-51b8a53652a843529f52080a9fdba434ae855184.tar.gz
Fix typo in comment.
Submitted by: remko
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud