diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-29 18:48:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-29 18:48:58 +0100 |
commit | b181ca75528ece1a16f36bd7fdabe6916d9e5aac (patch) | |
tree | 5cbb78ef5730501327f69d80ae811dfae4c75199 | |
parent | ef0e76cc2783e83c6cbf90bf264b36b6bb60605b (diff) | |
download | busybox-w32-b181ca75528ece1a16f36bd7fdabe6916d9e5aac.tar.gz busybox-w32-b181ca75528ece1a16f36bd7fdabe6916d9e5aac.tar.bz2 busybox-w32-b181ca75528ece1a16f36bd7fdabe6916d9e5aac.zip |
typo in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/udhcp/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 1aaf5255c..420695a20 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -86,7 +86,7 @@ const struct dhcp_optflag dhcp_optflags[] = { | |||
86 | }; | 86 | }; |
87 | 87 | ||
88 | /* Used for converting options from incoming packets to env variables | 88 | /* Used for converting options from incoming packets to env variables |
89 | * for udhcpc stript, and for setting options for udhcpd via | 89 | * for udhcpc script, and for setting options for udhcpd via |
90 | * "opt OPTION_NAME OPTION_VALUE" directives in udhcpd.conf file. | 90 | * "opt OPTION_NAME OPTION_VALUE" directives in udhcpd.conf file. |
91 | */ | 91 | */ |
92 | /* Must match dhcp_optflags[] order */ | 92 | /* Must match dhcp_optflags[] order */ |