Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2008 13:48:32 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137393 for review
Message-ID:  <200803111348.m2BDmW4Z019946@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137393

Change 137393 by rwatson@rwatson_fledge on 2008/03/11 13:47:35

	Revert a wording to the CVS version, which seems preferable.

Affected files ...

.. //depot/projects/zcopybpf/src/sys/net/bpfdesc.h#9 edit

Differences ...

==== //depot/projects/zcopybpf/src/sys/net/bpfdesc.h#9 (text+ko) ====

@@ -52,7 +52,7 @@
 struct bpf_d {
 	LIST_ENTRY(bpf_d) bd_next;	/* Linked list of descriptors */
 	/*
-	 * Buffer slots: two memory buffers buffer the incoming packets.
+	 * Buffer slots: two memory buffers store the incoming packets.
 	 *   The model has three slots.  Sbuf is always occupied.
 	 *   sbuf (store) - Receive interrupt puts packets here.
 	 *   hbuf (hold) - When sbuf is full, put buffer here and



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803111348.m2BDmW4Z019946>