X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.c;h=dd07466cef2623e5aaa053178d7eda9e992e3dcd;hp=36b3769d289a03aa0148aa941a713ba1534a2be0;hb=b5ff683a297e5223357c4edd968cc8e4ec17ed4f;hpb=c839ef92e35d5604748aa4674b400156ff7baced diff --git a/fd.c b/fd.c index 36b3769d..dd07466c 100644 --- a/fd.c +++ b/fd.c @@ -47,8 +47,8 @@ int file_exists(const char *fn) * \param n the highest-numbered descriptor in any of the two sets, plus 1 * \param readfds fds that should be checked for readability * \param writefds fds that should be checked for writablility - * \param timeout upper bound on the amount of time elapsed before select() - * returns + * \param timeout_tv upper bound on the amount of time elapsed before select() + * returns * * \return The return value of the underlying select() call. *