From: J. Bruce Fields Date: Tue, 17 Sep 2013 14:01:02 +0000 (-0400) Subject: sunrpc: comment typo fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f06c3d2bb8e9e6d697ca059556d8de0647e2905d;p=linux-beck.git sunrpc: comment typo fix Signed-off-by: J. Bruce Fields --- diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index ee03d35677d9..940d723d3dff 100644 --- a/net/sunrpc/xprtsock.c +++ b/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) { /* * 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: */ return args->bc_xprt->xpt_bc_xprt;