From 969e0269996c3a78f42a5a4b7cb062d69024f405 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 7 May 2011 03:48:13 +0200 Subject: [PATCH] typo --- oio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oio.h b/oio.h index 6d9910e91..422b8532e 100644 --- a/oio.h +++ b/oio.h @@ -216,7 +216,7 @@ int oio_prepare_start(oio_handle* handle, oio_loop_cb cb); int oio_prepare_stop(oio_handle* handle); /* Every active check handle gets its callback called exactly once per loop */ -/* iteration, just before the system blocks to wait for completed i/o. */ +/* iteration, just after the system returns from blocking. */ int oio_check_init(oio_handle* handle, oio_close_cb close_cb); int oio_check_start(oio_handle* handle, oio_loop_cb cb); int oio_check_stop(oio_handle* handle);