diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-09 11:12:45 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-09 11:12:45 +0100 |
commit | b6d221ac9ca16645b3fd24870496dd6cbb0fc1fa (patch) | |
tree | 2e154ee1053fa8806ca6aea390c90a51e159151e | |
parent | 002bdc3e2af27279323d900e5a74607d42724c62 (diff) | |
download | busybox-w32-b6d221ac9ca16645b3fd24870496dd6cbb0fc1fa.tar.gz busybox-w32-b6d221ac9ca16645b3fd24870496dd6cbb0fc1fa.tar.bz2 busybox-w32-b6d221ac9ca16645b3fd24870496dd6cbb0fc1fa.zip |
fix 'not not' in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | examples/var_service/dhcp_if/dhcp_handler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/dhcp_if/dhcp_handler b/examples/var_service/dhcp_if/dhcp_handler index 51740406b..927e02a17 100755 --- a/examples/var_service/dhcp_if/dhcp_handler +++ b/examples/var_service/dhcp_if/dhcp_handler | |||
@@ -21,7 +21,7 @@ | |||
21 | # ntpsrv=10.34.32.125 10.34.255.7 | 21 | # ntpsrv=10.34.32.125 10.34.255.7 |
22 | # | 22 | # |
23 | # renew: lease is renewed. Environment is similar to "bound". | 23 | # renew: lease is renewed. Environment is similar to "bound". |
24 | # The IP address does not not change, however, the other DHCP paramaters, | 24 | # The IP address does not change, however, the other DHCP paramaters, |
25 | # such as the default gateway, subnet mask, and dns server may change. | 25 | # such as the default gateway, subnet mask, and dns server may change. |
26 | # | 26 | # |
27 | # nak: udhcpc received a NAK message. | 27 | # nak: udhcpc received a NAK message. |