aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-19 04:27:10 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-19 04:27:10 +0200
commit753a3ce73ea861cd6933d9d4888db63a10b7d1d5 (patch)
tree415cb5ad098d14f9ff113bb6aa6c5317e64ee93a
parent7d6a791ef6c6232afba765c14597153c64fecfc9 (diff)
downloadbusybox-w32-753a3ce73ea861cd6933d9d4888db63a10b7d1d5.tar.gz
busybox-w32-753a3ce73ea861cd6933d9d4888db63a10b7d1d5.tar.bz2
busybox-w32-753a3ce73ea861cd6933d9d4888db63a10b7d1d5.zip
typo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index fcc447949..636061818 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -439,7 +439,7 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
439 * I hazard to guess existing listening socket 439 * I hazard to guess existing listening socket
440 * is somehow conflicting with it, but why is it 440 * is somehow conflicting with it, but why is it
441 * not deterministic then?! Strange. 441 * not deterministic then?! Strange.
442 * Anyway, it does recover by eventually failing throigh 442 * Anyway, it does recover by eventually failing through
443 * into INIT_SELECTING state. 443 * into INIT_SELECTING state.
444 */ 444 */
445 send_renew(xid, server_addr, requested_ip); 445 send_renew(xid, server_addr, requested_ip);