git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8516e3
)
examples/vhost: fix a typo
author
Rami Rosen
<ramirose@gmail.com>
Mon, 14 Jan 2019 14:47:47 +0000
(16:47 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/examples/vhost/main.c
b/examples/vhost/main.c
index
f722a13
..
645cf51
100644
(file)
--- 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 the
n
allocated to a specific data core.
*/
static int
new_device(int vid)