瀏覽代碼

sunrpc: comment typo fix

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
J. Bruce Fields 12 年之前
父節點
當前提交
f06c3d2bb8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      net/sunrpc/xprtsock.c

+ 2 - 2
net/sunrpc/xprtsock.c

@@ -2859,8 +2859,8 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args)
 	if (args->bc_xprt->xpt_bc_xprt) {
 	if (args->bc_xprt->xpt_bc_xprt) {
 		/*
 		/*
 		 * This server connection already has a backchannel
 		 * This server connection already has a backchannel
-		 * export; we can't create a new one, as we wouldn't be
-		 * able to match replies based on xid any more.  So,
+		 * transport; we can't create a new one, as we wouldn't
+		 * be able to match replies based on xid any more.  So,
 		 * reuse the already-existing one:
 		 * reuse the already-existing one:
 		 */
 		 */
 		 return args->bc_xprt->xpt_bc_xprt;
 		 return args->bc_xprt->xpt_bc_xprt;