diff options
author | imp <imp@FreeBSD.org> | 2007-01-01 00:35:34 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-01-01 00:35:34 +0000 |
commit | 51b8a53652a843529f52080a9fdba434ae855184 (patch) | |
tree | ea4000b2e57074015a71b4c8c41003490c4c41a2 /sys | |
parent | 426d73c7621f2b4a511a83b5c445ad540b824330 (diff) | |
download | FreeBSD-src-51b8a53652a843529f52080a9fdba434ae855184.zip FreeBSD-src-51b8a53652a843529f52080a9fdba434ae855184.tar.gz |
Fix typo in comment.
Submitted by: remko
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/udp_usrreq.c | 2 |
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; |