From: Roy Marples Date: Tue, 5 Aug 2008 22:07:08 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v4.0.2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb09249faab7273fb0bd04e991f38cf07afae0e;p=thirdparty%2Fdhcpcd.git Fix comment. --- diff --git a/client.c b/client.c index 41b045ea..7ef73738 100644 --- a/client.c +++ b/client.c @@ -839,7 +839,7 @@ wait_for_fd(struct if_state *state, int *fd) * We cannot reliably use select as there is no guarantee we will * actually wait the whole time if greater than 31 days according * to POSIX. So we loop on poll if needed as it's limitation of - * MAX_INT milliseconds is known. */ + * INT_MAX milliseconds is known. */ for (;;) { get_monotonic(&start); if (ref) {