From 4be5ac89bea2972007d53992be841e0e8eb3350b Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Wed, 29 May 2013 13:57:22 -0700 Subject: [PATCH] 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 --- ofproto/pktbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.43.0