diff mbox

[ovs-dev,4/9] flow: Fix small typo in comment describing flow_compose().

Message ID 1483582391-114359-4-git-send-email-jpettit@ovn.org
State Accepted
Headers show

Commit Message

Justin Pettit Jan. 5, 2017, 2:13 a.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 lib/flow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Jan. 5, 2017, 3:35 p.m. UTC | #1
On Wed, Jan 04, 2017 at 06:13:06PM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/lib/flow.c b/lib/flow.c
index b6d0d15..fb7bfeb 100644
--- a/lib/flow.c
+++ b/lib/flow.c
@@ -2347,7 +2347,7 @@  flow_compose_l4_csum(struct dp_packet *p, const struct flow *flow,
     }
 }
 
-/* Puts into 'b' a packet that flow_extract() would parse as having the given
+/* Puts into 'p' a packet that flow_extract() would parse as having the given
  * 'flow'.
  *
  * (This is useful only for testing, obviously, and the packet isn't really