]> git.ozlabs.org Git - ccan/commit
ccan/io: fix misleading comment in previous commit.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Sep 2025 02:56:14 +0000 (12:26 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Sep 2025 02:58:47 +0000 (12:28 +0930)
commitc4760b306a06a8fe3c6690002f6b54bd3cfa9449
tree3264e51acc3045ea5c2eb8b149ad0da7b9dcfb6c
parenta67496f2d1f467f473cb39d56525e2d73b0d1b1d
ccan/io: fix misleading comment in previous commit.

We don't need to be duplex to have this problem: the write side
does it too in the example I found.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/io.c