Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet fix comment



details:   https://anonhg.NetBSD.org/src/rev/dba07a11e1e4
branches:  trunk
changeset: 548443:dba07a11e1e4
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jun 26 21:43:39 2003 +0000

description:
fix comment

diffstat:

 sys/netinet/ip_icmp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 64b28c50a567 -r dba07a11e1e4 sys/netinet/ip_icmp.c
--- a/sys/netinet/ip_icmp.c     Thu Jun 26 21:15:12 2003 +0000
+++ b/sys/netinet/ip_icmp.c     Thu Jun 26 21:43:39 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_icmp.c,v 1.73 2003/04/17 16:57:49 tron Exp $        */
+/*     $NetBSD: ip_icmp.c,v 1.74 2003/06/26 21:43:39 itojun Exp $      */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_icmp.c,v 1.73 2003/04/17 16:57:49 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_icmp.c,v 1.74 2003/06/26 21:43:39 itojun Exp $");
 
 #include "opt_ipsec.h"
 
@@ -274,7 +274,7 @@
        icmplen = oiplen + min(icmpreturndatabytes,
            ntohs(oip->ip_len) - oiplen);
        /*
-        * Defend against mbuf chains shorter than oip->ip_len:
+        * Defend against mbuf chains shorter than oip->ip_len - oiplen:
         */
        mblen = 0;
        for (m = n; m && (mblen < icmplen); m = m->m_next)



Home | Main Index | Thread Index | Old Index