diff options
Diffstat (limited to 'sunrpc/clnt_tcp.c')
-rw-r--r-- | sunrpc/clnt_tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c index b46905fb06..f4ba0efe16 100644 --- a/sunrpc/clnt_tcp.c +++ b/sunrpc/clnt_tcp.c @@ -410,7 +410,7 @@ clnttcp_control (CLIENT *cl, int request, char *info) /* * This RELIES on the information that, in the call body, * the version number field is the fifth field from the - * begining of the RPC header. MUST be changed if the + * beginning of the RPC header. MUST be changed if the * call_struct is changed */ memcpy (&ui32, ct->ct_mcall + 4 * BYTES_PER_XDR_UNIT, sizeof (ui32)); @@ -426,7 +426,7 @@ clnttcp_control (CLIENT *cl, int request, char *info) /* * This RELIES on the information that, in the call body, * the program number field is the field from the - * begining of the RPC header. MUST be changed if the + * beginning of the RPC header. MUST be changed if the * call_struct is changed */ memcpy (&ui32, ct->ct_mcall + 3 * BYTES_PER_XDR_UNIT, sizeof (ui32)); |