ovs-monitor-ipsec: Style cleanup.
[openvswitch] / datapath / datapath.h
index f54d8449153b9535cc300b2e2e0717969eb240c4..03bebd1aec63a778e16ec7a80b58801b2a479cea 100644 (file)
@@ -69,7 +69,7 @@ struct dp_stats_percpu {
  * to iterate or modify.
  * @stats_percpu: Per-CPU datapath statistics.
  * @sflow_probability: Number of packets out of UINT_MAX to sample to the
- * %OVS_PACKET_CMD_SAMPLE multicast group, e.g. (@sflow_probability/UINT_MAX)
+ * %OVS_PACKET_CMD_SAMPLE upcall, e.g. (@sflow_probability/UINT_MAX)
  * is the probability of sampling a given packet.
  *
  * Context: See the comment on locking at the top of datapath.c for additional