From: Denys Vlasenko Date: Mon, 9 Nov 2009 10:12:45 +0000 (+0100) Subject: fix 'not not' in comment X-Git-Tag: 1_16_0~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6d221ac9ca16645b3fd24870496dd6cbb0fc1fa;p=platform%2Fupstream%2Fbusybox.git fix 'not not' in comment Signed-off-by: Denys Vlasenko --- diff --git a/examples/var_service/dhcp_if/dhcp_handler b/examples/var_service/dhcp_if/dhcp_handler index 5174040..927e02a 100755 --- a/examples/var_service/dhcp_if/dhcp_handler +++ b/examples/var_service/dhcp_if/dhcp_handler @@ -21,7 +21,7 @@ # ntpsrv=10.34.32.125 10.34.255.7 # # renew: lease is renewed. Environment is similar to "bound". -# The IP address does not not change, however, the other DHCP paramaters, +# The IP address does not change, however, the other DHCP paramaters, # such as the default gateway, subnet mask, and dns server may change. # # nak: udhcpc received a NAK message.