examples/vhost: fix a typo

This minor patch fixes a typo in examples/vhost/main.c.

Fixes: d19533e86f ("examples/vhost: copy old vhost example")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
This commit is contained in:
Rami Rosen 2019-01-14 16:47:47 +02:00 committed by Thomas Monjalon
parent c8516e3caa
commit 10b4270fff

View File

@ -1198,7 +1198,7 @@ destroy_device(int vid)
/*
* A new device is added to a data core. First the device is added to the main linked list
* and the allocated to a specific data core.
* and then allocated to a specific data core.
*/
static int
new_device(int vid)