Commit bc6d22ec authored by Rusty Russell's avatar Rusty Russell

io: typo fixes.

Suggested-by: Lisa Neigut <@niftynei>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 7a353c03
...@@ -734,9 +734,9 @@ bool io_flush_sync(struct io_conn *conn); ...@@ -734,9 +734,9 @@ bool io_flush_sync(struct io_conn *conn);
* *
* This allows you to temporarily service only one (or several) fds. * This allows you to temporarily service only one (or several) fds.
* For example, you might want to flush out one io_conn and not * 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 * (This is useful for checking your own logic: dangling exclusive io_conn
* are dangerous!). * are dangerous!).
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment