Browse Source

openvswitch: Typo fix.

Fix typo in a comment.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jarno Rajahalme 8 years ago
parent
commit
abd0a4f2b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/openvswitch/conntrack.c

+ 1 - 1
net/openvswitch/conntrack.c

@@ -373,7 +373,7 @@ static int ovs_ct_init_labels(struct nf_conn *ct, struct sw_flow_key *key,
 	}
 	}
 
 
 	/* Labels are included in the IPCTNL_MSG_CT_NEW event only if the
 	/* Labels are included in the IPCTNL_MSG_CT_NEW event only if the
-	 * IPCT_LABEL bit it set in the event cache.
+	 * IPCT_LABEL bit is set in the event cache.
 	 */
 	 */
 	nf_conntrack_event_cache(IPCT_LABEL, ct);
 	nf_conntrack_event_cache(IPCT_LABEL, ct);