Skip to content

Commit

Permalink
flow: Fix small typo in comment describing flow_compose().
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
justinpettit committed Jan 5, 2017
1 parent 8923168 commit 3e24a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e24a89

Please sign in to comment.