diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-20 08:54:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-20 08:54:16 +0200 |
commit | f461385521c40a8295e9a36cd2f3f67512984124 (patch) | |
tree | faf5924caa7f7a9a6b26fdc688e8945dab7ea6f5 /networking/udhcp | |
parent | 1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72 (diff) | |
download | busybox-f461385521c40a8295e9a36cd2f3f67512984124.tar.gz |
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index da0bd38d1..a7f9395b8 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -104,7 +104,7 @@ enum { /* DHCP option codes (partial list). See RFC 2132 and * http://www.iana.org/assignments/bootp-dhcp-parameters/ * Commented out options are handled by common option machinery, - * uncommented ones have spacial cases (grep for them to see). + * uncommented ones have special cases (grep for them to see). */ #define DHCP_PADDING 0x00 #define DHCP_SUBNET 0x01 |