subd: Clarify description of subd_release_peer.

Suggested-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2017-10-22 19:33:16 +10:30 committed by Christian Decker
parent 74e684cc0d
commit 4c9f7542b2

View File

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