summaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-11-27 20:52:31 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-11-27 20:52:31 +0000
commitd9e53dff435e00f88eb5c4dc360213d7580c3a35 (patch)
tree91a5cda374ea0f2d2bccc1f4d1a74bc62b461c02 /sbin/dhclient
parent99e75407b87092ca34b7fedd4b4f804b1baa9636 (diff)
correct comment
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/dhclient.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c
index 6147a161d1d..dac318076b1 100644
--- a/sbin/dhclient/dhclient.c
+++ b/sbin/dhclient/dhclient.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhclient.c,v 1.89 2006/09/24 14:54:54 krw Exp $ */
+/* $OpenBSD: dhclient.c,v 1.90 2006/11/27 20:52:30 stevesk Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@ -1075,9 +1075,9 @@ again:
/*
* If we're supposed to increase the interval, do so. If it's
* currently zero (i.e., we haven't sent any packets yet), set
- * it to one; otherwise, add to it a random number between zero
- * and two times itself. On average, this means that it will
- * double with every transmission.
+ * it to initial_interval; otherwise, add to it a random
+ * number between zero and two times itself. On average, this
+ * means that it will double with every transmission.
*/
if (increase) {
if (!ip->client->interval)