summaryrefslogtreecommitdiffstats
path: root/sys/rpc/clnt_vc.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-06 01:49:46 +0000
committerpfg <pfg@FreeBSD.org>2016-05-06 01:49:46 +0000
commit68fbe09129d96f8e34b094c984d94f154d42b9b5 (patch)
tree219e9d7ab14b57c36d8a674dc8aefa0dac72eb9b /sys/rpc/clnt_vc.c
parentcd441cb611883539e14becffc6ba847cf6b24f7a (diff)
downloadFreeBSD-src-68fbe09129d96f8e34b094c984d94f154d42b9b5.zip
FreeBSD-src-68fbe09129d96f8e34b094c984d94f154d42b9b5.tar.gz
sys/rpc: minor spelling fixes.
No functional change.
Diffstat (limited to 'sys/rpc/clnt_vc.c')
-rw-r--r--sys/rpc/clnt_vc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/rpc/clnt_vc.c b/sys/rpc/clnt_vc.c
index 3899511..1bd6e1c 100644
--- a/sys/rpc/clnt_vc.c
+++ b/sys/rpc/clnt_vc.c
@@ -520,7 +520,7 @@ got_reply:
}
} /* end successful completion */
/*
- * If unsuccesful AND error is an authentication error
+ * If unsuccessful AND error is an authentication error
* then refresh credentials and try again, else break
*/
else if (stat == RPC_AUTHERROR)
@@ -653,7 +653,7 @@ clnt_vc_control(CLIENT *cl, u_int request, void *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
*/
*(uint32_t *)info =
@@ -671,7 +671,7 @@ clnt_vc_control(CLIENT *cl, u_int request, void *info)
/*
* This RELIES on the information that, in the call body,
* the program number field is the fourth 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
*/
*(uint32_t *)info =
OpenPOWER on IntegriCloud