From 73983b2bdae8a285c3cca3bbd18a7e965c3f1cca Mon Sep 17 00:00:00 2001 From: Jan Viktorin Date: Mon, 4 Jul 2016 17:16:47 +0200 Subject: [PATCH] vfio: fix typo in doc for device setup Suggested-by: Anatoly Burakov Signed-off-by: Jan Viktorin Acked-by: John McNamara --- lib/librte_eal/linuxapp/eal/eal_vfio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_vfio.h b/lib/librte_eal/linuxapp/eal/eal_vfio.h index abf8a0021e..b2b0d27fe2 100644 --- a/lib/librte_eal/linuxapp/eal/eal_vfio.h +++ b/lib/librte_eal/linuxapp/eal/eal_vfio.h @@ -131,7 +131,7 @@ int vfio_get_group_fd(int iommu_group_no); /** - * Setup vfio_cfg for the device indentified by its address. It discovers + * Setup vfio_cfg for the device identified by its address. It discovers * the configured I/O MMU groups or sets a new one for the device. If a new * groups is assigned, the DMA mapping is performed. * Returns 0 on success, a negative value on failure and a positive value in -- 2.20.1