typo fix in comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-10-20 08:54:16 +02:00
parent 1f56e51ca1
commit f461385521

View File

@ -104,7 +104,7 @@ enum {
/* DHCP option codes (partial list). See RFC 2132 and /* DHCP option codes (partial list). See RFC 2132 and
* http://www.iana.org/assignments/bootp-dhcp-parameters/ * http://www.iana.org/assignments/bootp-dhcp-parameters/
* Commented out options are handled by common option machinery, * 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_PADDING 0x00
#define DHCP_SUBNET 0x01 #define DHCP_SUBNET 0x01