From: Rami Rosen Date: Mon, 14 Jan 2019 14:47:47 +0000 (+0200) Subject: examples/vhost: fix a typo X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=10b4270fff20287c5613d88a7ae5521dcbb44463;p=dpdk.git 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 --- 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)