summaryrefslogtreecommitdiff
path: root/sys/netiso
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-20 17:02:33 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-20 17:02:33 +0000
commit1090c37a2abb53f452afc18664a076f51e6f21b6 (patch)
treef584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/netiso
parent6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff)
occured->occurred
idea from deraadt@ via NetBSD millert@ ok
Diffstat (limited to 'sys/netiso')
-rw-r--r--sys/netiso/clnp_frag.c6
-rw-r--r--sys/netiso/clnp_subr.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/netiso/clnp_frag.c b/sys/netiso/clnp_frag.c
index dff3c3f14db..7f3b89742e9 100644
--- a/sys/netiso/clnp_frag.c
+++ b/sys/netiso/clnp_frag.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clnp_frag.c,v 1.3 1996/04/21 22:29:11 deraadt Exp $ */
+/* $OpenBSD: clnp_frag.c,v 1.4 2001/09/20 17:02:32 mpech Exp $ */
/* $NetBSD: clnp_frag.c,v 1.8 1996/04/13 01:34:23 cgd Exp $ */
/*-
@@ -263,9 +263,9 @@ clnp_fragment(ifp, m, first_hop, total_len, segoff, flags, rt)
#endif /* TROLL */
/*
- * Tough situation: if the error occured on the last
+ * Tough situation: if the error occurred on the last
* fragment, we can not send an ER, as the if_output
- * routine consumed the packet. If the error occured
+ * routine consumed the packet. If the error occurred
* on any intermediate packets, we can send an ER
* because we still have the original header in (m).
*/
diff --git a/sys/netiso/clnp_subr.c b/sys/netiso/clnp_subr.c
index a0f01c064ac..c8f2a5cc8cf 100644
--- a/sys/netiso/clnp_subr.c
+++ b/sys/netiso/clnp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clnp_subr.c,v 1.3 1996/04/21 22:29:18 deraadt Exp $ */
+/* $OpenBSD: clnp_subr.c,v 1.4 2001/09/20 17:02:32 mpech Exp $ */
/* $NetBSD: clnp_subr.c,v 1.8 1996/04/13 01:34:35 cgd Exp $ */
/*-
@@ -665,8 +665,8 @@ int
clnp_badmtu(ifp, rt, line, file)
struct ifnet *ifp; /* outgoing interface */
struct rtentry *rt; /* dst route */
- int line; /* where the dirty deed occured */
- char *file; /* where the dirty deed occured */
+ int line; /* where the dirty deed occurred */
+ char *file; /* where the dirty deed occurred */
{
printf("sending on route %p with no mtu, line %d of file %s\n",
rt, line, file);