From 10b4270fff20287c5613d88a7ae5521dcbb44463 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Mon, 14 Jan 2019 16:47:47 +0200 Subject: [PATCH] examples/vhost: fix a typo This minor patch fixes a typo in examples/vhost/main.c. Fixes: d19533e86f1d ("examples/vhost: copy old vhost example") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Reviewed-by: Gavin Hu --- examples/vhost/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vhost/main.c b/examples/vhost/main.c index f722a13f6f..645cf51e92 100644 --- a/examples/vhost/main.c +++ b/examples/vhost/main.c @@ -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) -- 2.20.1