]> git.ozlabs.org Git - ccan/commitdiff
io: typo fixes.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 16 Mar 2019 03:14:13 +0000 (13:44 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 16 Mar 2019 03:14:13 +0000 (13:44 +1030)
Suggested-by: Lisa Neigut <@niftynei>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/io.h

index a93c6ed49941580efc4741ca58687b062d63c472..e6905fb9241a78e10b56a5b63b432a99597ee185 100644 (file)
@@ -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!).
  */