From 018ff6e65dcc563321d27d010e693dd8413e2f45 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 17:44:35 +0000 Subject: Consolidate buffer dumping; fix all occurrences of 'the the' git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/dhcpc/dhcpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/netutils/dhcpc/dhcpc.c') diff --git a/nuttx/netutils/dhcpc/dhcpc.c b/nuttx/netutils/dhcpc/dhcpc.c index 96d945aa6..670b2256c 100644 --- a/nuttx/netutils/dhcpc/dhcpc.c +++ b/nuttx/netutils/dhcpc/dhcpc.c @@ -512,7 +512,7 @@ int dhcpc_request(void *handle, struct dhcpc_state *presult) state = STATE_HAVE_LEASE; } - /* NAK means the the server has refused our request. Break out of + /* NAK means the server has refused our request. Break out of * this loop with state == STATE_HAVE_OFFER and send DISCOVER again */ -- cgit v1.2.3