summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-27 21:51:39 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-27 21:51:39 +0000
commitcd6001f0b678e3b53e91c2432662811bbc5a229b (patch)
tree749bbd26234984b062260710c6764de860114a20 /sys/netinet6/ip6_output.c
parentbb24a2af3668e1f62969c57c12deb6934545a730 (diff)
downloadFreeBSD-src-cd6001f0b678e3b53e91c2432662811bbc5a229b.zip
FreeBSD-src-cd6001f0b678e3b53e91c2432662811bbc5a229b.tar.gz
Fix more continuous/contiguous typos (cf. r215955)
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-rw-r--r--sys/netinet6/ip6_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
index 58853ac..973689c 100644
--- a/sys/netinet6/ip6_output.c
+++ b/sys/netinet6/ip6_output.c
@@ -814,13 +814,13 @@ again:
#ifdef DIAGNOSTIC
if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
- panic("ip6e_hbh is not continuous");
+ panic("ip6e_hbh is not contiguous");
#endif
/*
* XXX: if we have to send an ICMPv6 error to the sender,
* we need the M_LOOP flag since icmp6_error() expects
* the IPv6 and the hop-by-hop options header are
- * continuous unless the flag is set.
+ * contiguous unless the flag is set.
*/
m->m_flags |= M_LOOP;
m->m_pkthdr.rcvif = ifp;
OpenPOWER on IntegriCloud