diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-01 03:38:46 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-01 03:38:46 +0000 |
commit | 1fce887e0ef9a66947e402a6884aa9dcc79fdf78 (patch) | |
tree | 03535f05af1988a0c15764538f5b03023072876b /sys | |
parent | ffbb863d2ad82b201b0276a3852337e2bbbb8637 (diff) |
framgent -> fragment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/frag6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index f971606a222..1f5f6f17b23 100644 --- a/sys/netinet6/frag6.c +++ b/sys/netinet6/frag6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frag6.c,v 1.23 2006/06/18 11:47:46 pascoe Exp $ */ +/* $OpenBSD: frag6.c,v 1.24 2007/05/01 03:38:45 ray Exp $ */ /* $KAME: frag6.c,v 1.40 2002/05/27 21:40:31 itojun Exp $ */ /* @@ -463,7 +463,7 @@ frag6_input(mp, offp, proto) } #else /* - * If the incoming framgent overlaps some existing fragments in + * If the incoming fragment overlaps some existing fragments in * the reassembly queue, drop it, since it is dangerous to override * existing fragments from a security point of view. * We don't know which fragment is the bad guy - here we trust |