net/virtio: fix a typo
[dpdk.git] / drivers / net / virtio / virtio_rxtx.h
index 198b2d8..2a7c3ad 100644 (file)
@@ -83,7 +83,7 @@ struct virtnet_ctl {
        const struct rte_memzone *virtio_net_hdr_mz;
        phys_addr_t virtio_net_hdr_mem; /**< hdr for each xmit packet */
        uint16_t port_id;               /**< Device port identifier. */
-       const struct rte_memzone *mz;   /**< mem zone to populate RX ring. */
+       const struct rte_memzone *mz;   /**< mem zone to populate CTL ring. */
 };
 
 int virtio_rxq_vec_setup(struct virtnet_rx *rxvq);