summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_cksum.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/in6_cksum.c
parentbb24a2af3668e1f62969c57c12deb6934545a730 (diff)
downloadFreeBSD-src-cd6001f0b678e3b53e91c2432662811bbc5a229b.zip
FreeBSD-src-cd6001f0b678e3b53e91c2432662811bbc5a229b.tar.gz
Fix more continuous/contiguous typos (cf. r215955)
Diffstat (limited to 'sys/netinet6/in6_cksum.c')
-rw-r--r--sys/netinet6/in6_cksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c
index 2ba6d1e..9cb97bd 100644
--- a/sys/netinet6/in6_cksum.c
+++ b/sys/netinet6/in6_cksum.c
@@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$");
#define REDUCE {l_util.l = sum; sum = l_util.s[0] + l_util.s[1]; (void)ADDCARRY(sum);}
/*
- * m MUST contain a continuous IP6 header.
+ * m MUST contain a contiguous IP6 header.
* off is an offset where TCP/UDP/ICMP6 header starts.
* len is a total length of a transport segment.
* (e.g. TCP header + TCP payload)
OpenPOWER on IntegriCloud