diff options
Diffstat (limited to 'sys/netiso/clnp_frag.c')
-rw-r--r-- | sys/netiso/clnp_frag.c | 6 |
1 files changed, 3 insertions, 3 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). */ |