From: Rusty Russell Date: Sat, 16 Mar 2019 03:14:13 +0000 (+1030) Subject: io: typo fixes. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=bc6d22ecf820d0b4547ace17ff7e7ecebf0e415b io: typo fixes. Suggested-by: Lisa Neigut <@niftynei> Signed-off-by: Rusty Russell --- 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!). */