aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2012-05-16 17:14:14 -0400
committerJ. Bruce Fields <bfields@redhat.com>2012-05-31 20:29:49 -0400
commit3ddbe8794ff1bcba5af09f2e6949755d6251958f (patch)
treea0555c210e64a568b36ec5b2bca41204d72adc4b /net/sunrpc/svc_xprt.c
parent5fb35a3a9bc482110b2c6afd1a5004909fa12501 (diff)
svcrpc: fix a comment typo
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/svc_xprt.c')
-rw-r--r--net/sunrpc/svc_xprt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c
index 8195c6acba1..37a1f664d10 100644
--- a/net/sunrpc/svc_xprt.c
+++ b/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);