summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-06-14 05:24:05 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-06-14 05:24:05 +0000
commit3619135ef552c72d767a106faf00b4587deb93e4 (patch)
tree9c06e4eaadc6f3b852083a53a50297871fee4c95 /sys/netinet/udp_usrreq.c
parent69b01e0655d426391bd40e8b4b7340ff57bfe739 (diff)
spelling
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index fe5538c0b92..8fe5a98c5d2 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udp_usrreq.c,v 1.100 2004/04/14 05:34:15 itojun Exp $ */
+/* $OpenBSD: udp_usrreq.c,v 1.101 2004/06/14 05:24:04 mcbride Exp $ */
/* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */
/*
@@ -834,7 +834,7 @@ udp6_ctlinput(cmd, sa, d)
/*
* Depending on the value of "valid" and routing table
* size (mtudisc_{hi,lo}wat), we will:
- * - recalcurate the new MTU and create the
+ * - recalculate the new MTU and create the
* corresponding routing entry, or
* - ignore the MTU change notification.
*/