diff options
author | J. Bruce Fields <bfields@redhat.com> | 2013-09-17 10:01:02 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-11-12 11:42:10 -0500 |
commit | f06c3d2bb8e9e6d697ca059556d8de0647e2905d (patch) | |
tree | 9e942664237cd9d5162952bee47cd1d2314bf3c7 /net/sunrpc | |
parent | b78800baee494eaca1d8a9ca2d490704fcc49fa0 (diff) |
sunrpc: comment typo fix
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/xprtsock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index ee03d35677d..940d723d3df 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; |