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. *