ofp-util: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Mon, 18 Jun 2012 20:56:19 +0000 (13:56 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Aug 2012 20:33:13 +0000 (13:33 -0700)
This comment is talking about the obsolete "tun_id_from_cookie" protocol
extension that we removed from OVS long ago.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c

index ac12b1b..bcfab7d 100644 (file)
@@ -111,7 +111,7 @@ ofputil_wildcard_from_ofpfw10(uint32_t ofpfw, struct flow_wildcards *wc)
     flow_wildcards_init_catchall(wc);
     wc->wildcards = (OVS_FORCE flow_wildcards_t) ofpfw & WC_INVARIANTS;
 
-    /* Wildcard fields that aren't defined by ofp10_match or tun_id. */
+    /* Wildcard fields that aren't defined by ofp10_match. */
     wc->wildcards |= FWW_NW_ECN | FWW_NW_TTL;
 
     if (ofpfw & OFPFW10_NW_TOS) {