diff options
| author | Rami Rosen <[email protected]> | 2019-01-14 16:47:47 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2019-01-15 02:46:50 +0100 |
| commit | 10b4270fff20287c5613d88a7ae5521dcbb44463 (patch) | |
| tree | 82fd14f2d83a6ba0c6ad6952e402546f1f03b58c | |
| parent | c8516e3caa711ef42132d5b08b7c755b86c6e0c3 (diff) | |
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: [email protected]
Signed-off-by: Rami Rosen <[email protected]>
Reviewed-by: Gavin Hu <[email protected]>
| -rw-r--r-- | examples/vhost/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
