PERFORCE change 137393 for review

Robert Watson rwatson at FreeBSD.org
Tue Mar 11 13:48:35 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137393

Change 137393 by rwatson at 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


More information about the p4-projects mailing list