Browse Source

svcrpc: fix a comment typo

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
J. Bruce Fields 13 years ago
parent
commit
3ddbe8794f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/sunrpc/svc_xprt.c

+ 1 - 1
net/sunrpc/svc_xprt.c

@@ -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);