examples/vhost: fix a typo
authorRami Rosen <ramirose@gmail.com>
Mon, 14 Jan 2019 14:47:47 +0000 (16:47 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 15 Jan 2019 01:46:50 +0000 (02:46 +0100)
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 <ramirose@gmail.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
examples/vhost/main.c

index f722a13..645cf51 100644 (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)