summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
commit6d9b42b4862ca331b22065d875de9cad9da72658 (patch)
tree1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/netinet/ip_input.c
parent879ce9c16d5491279b3bcbf139b4b4a967fb3fab (diff)
downloadFreeBSD-src-6d9b42b4862ca331b22065d875de9cad9da72658.zip
FreeBSD-src-6d9b42b4862ca331b22065d875de9cad9da72658.tar.gz
Fix typos - remove duplicate "the".
PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 6e1153d..e3aae04 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1031,7 +1031,7 @@ found:
* segment. If it provides all of our data, drop us, otherwise
* stick new segment in the proper place.
*
- * If some of the data is dropped from the the preceding
+ * If some of the data is dropped from the preceding
* segment, then it's checksum is invalidated.
*/
if (p) {
OpenPOWER on IntegriCloud