From: Yuanhan Liu Date: Wed, 9 Sep 2015 05:34:34 +0000 (+0800) Subject: vhost: fix typo X-Git-Tag: spdx-start~8473 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2bb29a9fc16d1233319d2e5c222103f7b1d36eae;p=dpdk.git vhost: fix typo _det => _dev Signed-off-by: Yuanhan Liu Acked-by: Changchun Ouyang Acked-by: Huawei Xie --- diff --git a/lib/librte_vhost/virtio-net.c b/lib/librte_vhost/virtio-net.c index b520ec5ee2..b6709922bd 100644 --- a/lib/librte_vhost/virtio-net.c +++ b/lib/librte_vhost/virtio-net.c @@ -485,7 +485,7 @@ set_vring_num(struct vhost_device_ctx ctx, struct vhost_vring_state *state) } /* - * Reallocate virtio_det and vhost_virtqueue data structure to make them on the + * Reallocate virtio_dev and vhost_virtqueue data structure to make them on the * same numa node as the memory of vring descriptor. */ #ifdef RTE_LIBRTE_VHOST_NUMA