mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Correct a litle typo in an error message: PRC -> RPC.
This commit is contained in:
parent
d58baccfd1
commit
0013dd1dc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4822
@ -532,7 +532,7 @@ getnfsargs(spec, nfsargsp)
|
||||
if ((clp = clntudp_create(&saddr, RPCPROG_MNT,
|
||||
RPCMNT_VER1, pertry, &so)) == NULL) {
|
||||
if ((opflags & ISBGRND) == 0)
|
||||
clnt_pcreateerror("Cannot MNT PRC");
|
||||
clnt_pcreateerror("Cannot MNT RPC");
|
||||
} else {
|
||||
clp->cl_auth = authunix_create_default();
|
||||
try.tv_sec = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user