From f324dec0a371431f9326f67e920630579741da3c Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Mon, 8 Apr 2019 03:22:21 -0500 Subject: fixing typos Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson --- src/vnet/devices/af_packet/af_packet_api.c | 2 +- src/vnet/devices/netmap/netmap_api.c | 2 +- src/vnet/devices/pipe/pipe_api.c | 2 +- src/vnet/devices/virtio/vhost_user_api.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/vnet/devices') diff --git a/src/vnet/devices/af_packet/af_packet_api.c b/src/vnet/devices/af_packet/af_packet_api.c index 3dc18b1e96a..48f0588b3a1 100644 --- a/src/vnet/devices/af_packet/af_packet_api.c +++ b/src/vnet/devices/af_packet/af_packet_api.c @@ -151,7 +151,7 @@ vl_api_af_packet_dump_t_handler (vl_api_af_packet_dump_t * mp) /* * af_packet_api_hookup * Add vpe's API message handlers to the table. - * vlib has alread mapped shared memory and + * vlib has already mapped shared memory and * added the client registration handlers. * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process() */ diff --git a/src/vnet/devices/netmap/netmap_api.c b/src/vnet/devices/netmap/netmap_api.c index 9a393b1fda4..3959615fb99 100644 --- a/src/vnet/devices/netmap/netmap_api.c +++ b/src/vnet/devices/netmap/netmap_api.c @@ -87,7 +87,7 @@ vl_api_netmap_delete_t_handler (vl_api_netmap_delete_t * mp) /* * netmap_api_hookup * Add vpe's API message handlers to the table. - * vlib has alread mapped shared memory and + * vlib has already mapped shared memory and * added the client registration handlers. * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process() */ diff --git a/src/vnet/devices/pipe/pipe_api.c b/src/vnet/devices/pipe/pipe_api.c index 1dcb8bc76c6..1466681949f 100644 --- a/src/vnet/devices/pipe/pipe_api.c +++ b/src/vnet/devices/pipe/pipe_api.c @@ -127,7 +127,7 @@ vl_api_pipe_dump_t_handler (vl_api_pipe_dump_t * mp) /* * vpe_api_hookup * Add vpe's API message handlers to the table. - * vlib has alread mapped shared memory and + * vlib has already mapped shared memory and * added the client registration handlers. * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process() */ diff --git a/src/vnet/devices/virtio/vhost_user_api.c b/src/vnet/devices/virtio/vhost_user_api.c index acfb3e089f4..8142cf352ed 100644 --- a/src/vnet/devices/virtio/vhost_user_api.c +++ b/src/vnet/devices/virtio/vhost_user_api.c @@ -213,7 +213,7 @@ static void /* * vhost-user_api_hookup * Add vpe's API message handlers to the table. - * vlib has alread mapped shared memory and + * vlib has already mapped shared memory and * added the client registration handlers. * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process() */ -- cgit 1.2.3-korg