Commit 3ddbe879 authored by J. Bruce Fields's avatar J. Bruce Fields

svcrpc: fix a comment typo

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 5fb35a3a
......@@ -976,7 +976,7 @@ void svc_close_net(struct svc_serv *serv, struct net *net)
svc_clear_pools(serv, net);
/*
* At this point the sp_sockets lists will stay empty, since
* svc_enqueue will not add new entries without taking the
* svc_xprt_enqueue will not add new entries without taking the
* sp_lock and checking XPT_BUSY.
*/
svc_clear_list(&serv->sv_tempsocks, net);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment