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

Justin Pettit jpettit at ovn.org
Thu Jan 5 02:13:06 UTC 2017


Signed-off-by: Justin Pettit <jpettit at ovn.org>
---
 lib/flow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.9.1



More information about the dev mailing list