Re: [ovs-dev] [PATCH] ofproto/pktbuf.c: Fix a typo in the comment

2013-05-29 Thread Ben Pfaff
On Wed, May 29, 2013 at 01:57:22PM -0700, Alex Wang wrote: > This patch fixes a typo in the comment of the pktbuf_retrieve() function. > > Signed-off-by: Alex Wang Looks good, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mail

[ovs-dev] [PATCH] ofproto/pktbuf.c: Fix a typo in the comment

2013-05-29 Thread Alex Wang
This patch fixes a typo in the comment of the pktbuf_retrieve() function. Signed-off-by: Alex Wang --- ofproto/pktbuf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/pktbuf.c b/ofproto/pktbuf.c index 902b19d..2ec1f0d 100644 --- a/ofproto/pktbuf.c +++ b/ofproto/pk