ofp-util: Correct comment above ofputil_append_port_stat()
[openvswitch] / lib / ofp-util.c
index 2d81967d85bc8db68e62ca063f3b4bf5d2baa4a8..848455d12414d1cb3a2b07cbd7aa15d44aac224f 100644 (file)
@@ -4010,8 +4010,7 @@ ofputil_port_stats_to_ofp11(const struct ofputil_port_stats *ops,
     ps11->collisions = htonll(ops->stats.collisions);
 }
 
-/* Encode a ports stat for 'opes' and append it to 'replies'.
- * The encoded message will be for Open Flow version 'ofp_version'. */
+/* Encode a ports stat for 'ops' and append it to 'replies'. */
 void
 ofputil_append_port_stat(struct list *replies,
                          const struct ofputil_port_stats *ops)