From 4c9f7542b2b497f58eebf5577163272b3112f8b6 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 22 Oct 2017 19:33:16 +1030 Subject: [PATCH] subd: Clarify description of subd_release_peer. Suggested-by: Christian Decker Signed-off-by: Rusty Russell --- lightningd/subd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/subd.h b/lightningd/subd.h index 657532f9c..62cee7dc2 100644 --- a/lightningd/subd.h +++ b/lightningd/subd.h @@ -144,7 +144,7 @@ void subd_req_(const tal_t *ctx, void *replycb_data); /** - * subd_release_peer - try to politely shut down a subdaemon. + * subd_release_peer - shut down a subdaemon which no longer owns the peer. * @owner: subd which owned peer. * @peer: peer to release. *