diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-27 21:51:39 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-27 21:51:39 +0000 |
| commit | 6d79f3f6ae919e5022f9e578beca964cd9175bb8 (patch) | |
| tree | 749bbd26234984b062260710c6764de860114a20 /sys/netinet/ip6.h | |
| parent | a709913fddb6821f257a7dd618bc94b515765f6c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip6.h')
| -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 3fb08a78c9df..c833a3d01ee1 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. |
