sys/rpc: minor spelling fixes.
No functional change.
This commit is contained in:
parent
076e75ebe4
commit
6244c6e7db
@ -431,7 +431,7 @@ printf("emsgsize\n");
|
||||
}
|
||||
} /* 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)
|
||||
|
@ -742,7 +742,7 @@ clnt_dg_call(
|
||||
}
|
||||
} /* 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)
|
||||
@ -882,7 +882,7 @@ clnt_dg_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 =
|
||||
@ -899,7 +899,7 @@ clnt_dg_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 =
|
||||
|
@ -520,7 +520,7 @@ clnt_vc_call(
|
||||
}
|
||||
} /* 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 =
|
||||
|
@ -440,7 +440,7 @@ xprt_inactive(SVCXPRT *xprt)
|
||||
|
||||
/*
|
||||
* Variant of xprt_inactive() for use only when sure that port is
|
||||
* assigned to thread. For example, withing receive handlers.
|
||||
* assigned to thread. For example, within receive handlers.
|
||||
*/
|
||||
void
|
||||
xprt_inactive_self(SVCXPRT *xprt)
|
||||
|
@ -226,7 +226,7 @@ typedef struct __rpc_svcxprt_ext {
|
||||
* The services list
|
||||
* Each entry represents a set of procedures (an rpc program).
|
||||
* The dispatch routine takes request structs and runs the
|
||||
* apropriate procedure.
|
||||
* appropriate procedure.
|
||||
*/
|
||||
struct svc_callout {
|
||||
TAILQ_ENTRY(svc_callout) sc_link;
|
||||
@ -240,7 +240,7 @@ TAILQ_HEAD(svc_callout_list, svc_callout);
|
||||
/*
|
||||
* The services connection loss list
|
||||
* The dispatch routine takes request structs and runs the
|
||||
* apropriate procedure.
|
||||
* appropriate procedure.
|
||||
*/
|
||||
struct svc_loss_callout {
|
||||
TAILQ_ENTRY(svc_loss_callout) slc_link;
|
||||
|
@ -94,7 +94,7 @@ struct netbuf {
|
||||
};
|
||||
|
||||
/*
|
||||
* The format of the addres and options arguments of the XTI t_bind call.
|
||||
* The format of the address and options arguments of the XTI t_bind call.
|
||||
* Only provided for compatibility, it should not be used.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user