summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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