diff options
Diffstat (limited to 'usr/src/uts/common/rpc/svc.c')
-rw-r--r-- | usr/src/uts/common/rpc/svc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/rpc/svc.c b/usr/src/uts/common/rpc/svc.c index 9ea26934b5..12cd548af3 100644 --- a/usr/src/uts/common/rpc/svc.c +++ b/usr/src/uts/common/rpc/svc.c @@ -1026,8 +1026,8 @@ svc_xprt_cleanup(SVCMASTERXPRT *xprt, bool_t detached) * table for an entry with a matching RPC program number `prog' * and a version range that covers `vers'. * - if it finds a matching entry it returns pointer to the dispatch routine - * - otherwise it returns NULL and, if `minp' or `maxp' are not NULL, - * fills them with, respectively, lowest version and highest version + * - otherwise it returns NULL and fills both vers_min and vers_max + * with, respectively, lowest version and highest version * supported for the program `prog' */ static SVC_DISPATCH * |