Skip to content

Commit

Permalink
ofproto-dpif: Correct typo in documentation of rule_dpif_lookup()
Browse files Browse the repository at this point in the history
This corrects a typo that was added by adcf00b
("ofproto/bond: Implement bond megaflow using recirculation").

Cc: Andy Zhou <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Andy Zhou <[email protected]
  • Loading branch information
horms authored and azhou-nicira committed Apr 14, 2014
1 parent c7ee306 commit fd34f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif.c
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,7 @@ rule_dpif_lookup__ (struct ofproto_dpif *ofproto, const struct flow *flow,
* the lookup. Returns the table_id where a match or miss occurred.
*
* The return value will be zero unless there was a miss and
* O!-TC_TABLE_MISS_CONTINUE is in effect for the sequence of tables
* OFPTC11_TABLE_MISS_CONTINUE is in effect for the sequence of tables
* where misses occur. */
uint8_t
rule_dpif_lookup(struct ofproto_dpif *ofproto, struct flow *flow,
Expand Down

0 comments on commit fd34f17

Please sign in to comment.