This patch fixes a typo in the comment of the pktbuf_retrieve() function. Signed-off-by: Alex Wang <al...@nicira.com> --- 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/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'. -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev