svn commit: r362457 - head/sys/rpc

Rick Macklem rmacklem at FreeBSD.org
Sun Jun 21 02:49:57 UTC 2020


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: "


More information about the svn-src-head mailing list