[dpdk-dev] [PATCH 3/3] vhost: fix typo in fdset_event_dispatch comment

xiangxia.m.yue at gmail.com xiangxia.m.yue at gmail.com
Fri Apr 27 17:19:45 CEST 2018


From: Tonghao Zhang <xiangxia.m.yue at gmail.com>

Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>
---
 lib/librte_vhost/fd_man.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_vhost/fd_man.c b/lib/librte_vhost/fd_man.c
index b24c27d..38347ab 100644
--- a/lib/librte_vhost/fd_man.c
+++ b/lib/librte_vhost/fd_man.c
@@ -293,7 +293,7 @@
 			 * because the fd is closed in the cb,
 			 * the old fd val could be reused by when creates new
 			 * listen fd in another thread, we couldn't call
-			 * fd_set_del.
+			 * fdset_del.
 			 */
 			if (remove1 || remove2) {
 				pfdentry->fd = -1;
-- 
1.8.3.1



More information about the dev mailing list