diff options
author | brucec <brucec@FreeBSD.org> | 2010-11-27 21:51:39 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2010-11-27 21:51:39 +0000 |
commit | cd6001f0b678e3b53e91c2432662811bbc5a229b (patch) | |
tree | 749bbd26234984b062260710c6764de860114a20 /sys/netinet | |
parent | bb24a2af3668e1f62969c57c12deb6934545a730 (diff) | |
download | FreeBSD-src-cd6001f0b678e3b53e91c2432662811bbc5a229b.zip FreeBSD-src-cd6001f0b678e3b53e91c2432662811bbc5a229b.tar.gz |
Fix more continuous/contiguous typos (cf. r215955)
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 3fb08a7..c833a3d 100644 --- a/sys/netinet/ip6.h +++ b/sys/netinet/ip6.h @@ -263,7 +263,7 @@ struct ip6_frag { /* * IP6_EXTHDR_CHECK ensures that region between the IP6 header and the * target header (including IPv6 itself, extension headers and - * TCP/UDP/ICMP6 headers) are continuous. KAME requires drivers + * TCP/UDP/ICMP6 headers) are contiguous. KAME requires drivers * to store incoming data into one internal mbuf or one or more external * mbufs(never into two or more internal mbufs). Thus, the third case is * supposed to never be matched but is prepared just in case. |