From bc6d22ecf820d0b4547ace17ff7e7ecebf0e415b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 16 Mar 2019 13:44:13 +1030 Subject: [PATCH] io: typo fixes. Suggested-by: Lisa Neigut <@niftynei> Signed-off-by: Rusty Russell --- ccan/io/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/io/io.h b/ccan/io/io.h index a93c6ed4..e6905fb9 100644 --- a/ccan/io/io.h +++ b/ccan/io/io.h @@ -734,9 +734,9 @@ bool io_flush_sync(struct io_conn *conn); * * This allows you to temporarily service only one (or several) fds. * For example, you might want to flush out one io_conn and not - * receive any new connections or read any otherninput. + * receive any new connections or read any other input. * - * Returns true of there any exclusive io_conn remain, otherwise false. + * Returns true if any exclusive io_conn remain, otherwise false. * (This is useful for checking your own logic: dangling exclusive io_conn * are dangerous!). */ -- 2.39.2