aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/tst-svc_register.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/tst-svc_register.c')
-rw-r--r--sunrpc/tst-svc_register.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sunrpc/tst-svc_register.c b/sunrpc/tst-svc_register.c
index 542c5c2a89..434a5bedef 100644
--- a/sunrpc/tst-svc_register.c
+++ b/sunrpc/tst-svc_register.c
@@ -276,9 +276,9 @@ do_test (void)
else
/* This is arguably a bug: Regular process termination
does not unregister the service with rpcbind. The
- unset rpcbind call happens from a __libc_subfreeres
- callback, and this only happens when running under
- memory debuggers such as valgrind. */
+ unset rpcbind call happens from a __libc_freeres,
+ and this only happens when running under memory debuggers
+ such as valgrind. */
TEST_VERIFY (!state.unset_called);
}
else