From 3b87628cfb1692aed066d418dadda70262c22604 Mon Sep 17 00:00:00 2001 From: itojun Date: Sat, 24 Apr 2004 23:59:13 +0000 Subject: [PATCH] fix comment; we no longer move ip+tcp into the same mbuf --- sys/netinet/tcp_input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index d7fdbe5481f3..a7b626e0dcc9 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcp_input.c,v 1.196 2004/04/22 15:05:33 ragge Exp $ */ +/* $NetBSD: tcp_input.c,v 1.197 2004/04/24 23:59:13 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.196 2004/04/22 15:05:33 ragge Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.197 2004/04/24 23:59:13 itojun Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -843,7 +843,7 @@ tcp_input(m, va_alist) #endif /* - * Get IP and TCP header together in first mbuf. + * Get IP and TCP header. * Note: IP leaves IP header in first mbuf. */ ip = mtod(m, struct ip *);