]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/io.h
io: typo fixes.
[ccan] / 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!).
  */