diff options
| author | 2004-06-14 05:24:04 +0000 | |
|---|---|---|
| committer | 2004-06-14 05:24:04 +0000 | |
| commit | 11b2efa94bf7416aee135c433879bf8eb0edf37c (patch) | |
| tree | a1665bbbd89f71f8c37189a4abc3ba630a8c4399 /sys/netinet/udp_usrreq.c | |
| parent | Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case. (diff) | |
| download | wireguard-openbsd-11b2efa94bf7416aee135c433879bf8eb0edf37c.tar.xz wireguard-openbsd-11b2efa94bf7416aee135c433879bf8eb0edf37c.zip | |
spelling
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 4 |
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. */ |
