diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:08:54 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:11:45 +0200 |
commit | 6f65e668957a50e153cba6822f747d13ad1b40ad (patch) | |
tree | dec30aa85e57419ac1eafffeab8548c973cac02f /sunrpc/clnt_unix.c | |
parent | d0721e703d222c01a9e8c329311c4fb01dac6972 (diff) | |
download | glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.zip glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.gz glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.bz2 |
Fix typos.
Diffstat (limited to 'sunrpc/clnt_unix.c')
-rw-r--r-- | sunrpc/clnt_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/clnt_unix.c b/sunrpc/clnt_unix.c index 2ad8197..32d88b9 100644 --- a/sunrpc/clnt_unix.c +++ b/sunrpc/clnt_unix.c @@ -382,7 +382,7 @@ clntunix_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)); @@ -398,7 +398,7 @@ clntunix_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)); |