From: Tonghao Zhang Date: Fri, 27 Apr 2018 15:19:45 +0000 (-0700) Subject: vhost: fix typo in comment X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bfbf0143d1002efae3d30986ad766de51f838b74;p=dpdk.git vhost: fix typo in comment Fixes: 3670686ab99f ("vhost: fix race for connection fd") Cc: stable@dpdk.org Signed-off-by: Tonghao Zhang Acked-by: Maxime Coquelin --- diff --git a/lib/librte_vhost/fd_man.c b/lib/librte_vhost/fd_man.c index b24c27dd70..38347ab1d7 100644 --- a/lib/librte_vhost/fd_man.c +++ b/lib/librte_vhost/fd_man.c @@ -293,7 +293,7 @@ fdset_event_dispatch(void *arg) * 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;