ofproto-dpif: Correct typo in documentation of rule_dpif_lookup()
authorSimon Horman <horms@verge.net.au>
Mon, 14 Apr 2014 08:03:22 +0000 (08:03 +0000)
committerAndy Zhou <azhou@nicira.com>
Mon, 14 Apr 2014 20:23:42 +0000 (13:23 -0700)
This corrects a typo that was added by adcf00ba35a0ce9c
("ofproto/bond: Implement bond megaflow using recirculation").

Cc: Andy Zhou <azhou@nicira.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Andy Zhou <azhou@nicira.com>¬
ofproto/ofproto-dpif.c

index 4ec5097..3648dd7 100644 (file)
@@ -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,