From: Alex Wang Date: Wed, 29 May 2013 20:57:22 +0000 (-0700) Subject: ofproto/pktbuf.c: Fix a typo in the comment X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~173 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4be5ac89bea2972007d53992be841e0e8eb3350b;p=sliver-openvswitch.git ofproto/pktbuf.c: Fix a typo in the comment This patch fixes a typo in the comment of the pktbuf_retrieve() function. Signed-off-by: Alex Wang Signed-off-by: Ben Pfaff --- diff --git a/ofproto/pktbuf.c b/ofproto/pktbuf.c index 902b19dd7..2ec1f0de8 100644 --- a/ofproto/pktbuf.c +++ b/ofproto/pktbuf.c @@ -158,7 +158,7 @@ pktbuf_get_null(void) * 0 if successful, otherwise an OpenFlow error code. * * On success, ordinarily stores the buffered packet in '*bufferp' and the - * datapath port number on which the packet was received in '*in_port'. The + * OpenFlow port number on which the packet was received in '*in_port'. The * caller becomes responsible for freeing the buffer. However, if 'id' * identifies a "null" packet buffer (created with pktbuf_get_null()), stores * NULL in '*bufferp' and UINT16_max in '*in_port'.