Date: Sun, 21 Jun 2020 02:49:57 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r362457 - head/sys/rpc Message-ID: <202006210249.05L2nvt9061435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rmacklem Date: Sun Jun 21 02:49:56 2020 New Revision: 362457 URL: https://svnweb.freebsd.org/changeset/base/362457 Log: Fix up a comment added by r362455. Modified: head/sys/rpc/clnt_vc.c Modified: head/sys/rpc/clnt_vc.c ============================================================================== --- head/sys/rpc/clnt_vc.c Sun Jun 21 02:47:37 2020 (r362456) +++ head/sys/rpc/clnt_vc.c Sun Jun 21 02:49:56 2020 (r362457) @@ -985,7 +985,7 @@ clnt_vc_soupcall(struct socket *so, void *arg, int wai * valid RPC message to parse. * I think it best to close this * connection and allow - * clnt_reconnect_XXX() to try + * clnt_reconnect_call() to try * and establish a new one. */ printf("clnt_vc_soupcall: "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006210249.05L2nvt9061435>