]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix comment.
authorRoy Marples <roy@marples.name>
Tue, 5 Aug 2008 22:07:08 +0000 (22:07 +0000)
committerRoy Marples <roy@marples.name>
Tue, 5 Aug 2008 22:07:08 +0000 (22:07 +0000)
client.c

index 41b045ea44223447bef956ec1dcea336b5e1c43b..7ef737381e4658f148a2d9c6d6c0efb10044368e 100644 (file)
--- 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) {