From 7e11da894e6053dc3d98750a29e821eafe329df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Thu, 8 Nov 2012 23:25:04 +0100 Subject: [PATCH] Doc addition --- src/iomux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iomux.h b/src/iomux.h index 3f66ae7..a065afe 100644 --- a/src/iomux.h +++ b/src/iomux.h @@ -46,7 +46,7 @@ struct IOMux *iomux_create(enum IOMUX_TYPE type); void iomux_delete(struct IOMux *mux); /** Runs the event loop of the mux - * returns if the number of file descriptors is 0 or + * returns if the number of file descriptors and timers are 0 or * an error occurs */ int iomux_run(struct IOMux *mux);