Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/20929981cece
branches:  trunk
changeset: 761268:20929981cece
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 22 16:54:48 2011 +0000

description:
fix comment

diffstat:

 sys/net/bpf.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 9dd1c0366b36 -r 20929981cece sys/net/bpf.c
--- a/sys/net/bpf.c     Sat Jan 22 16:24:44 2011 +0000
+++ b/sys/net/bpf.c     Sat Jan 22 16:54:48 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpf.c,v 1.160 2011/01/02 21:03:45 christos Exp $       */
+/*     $NetBSD: bpf.c,v 1.161 2011/01/22 16:54:48 christos Exp $       */
 
 /*
  * Copyright (c) 1990, 1991, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.160 2011/01/02 21:03:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.161 2011/01/22 16:54:48 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_bpf.h"
@@ -1402,8 +1402,7 @@
        /*
         * Craft on-stack mbuf suitable for passing to bpf_filter.
         * Note that we cut corners here; we only setup what's
-        * absolutely needed--this mbuf should never go anywhere else.
-        */
+        * absolutely needed--this mbuf should never go anywhere else.  */
        (void)memset(&mb, 0, sizeof(mb));
        mb.m_next = m;
        mb.m_data = data;



Home | Main Index | Thread Index | Old Index