diff options
-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 { | |||
104 | /* DHCP option codes (partial list). See RFC 2132 and | 104 | /* DHCP option codes (partial list). See RFC 2132 and |
105 | * http://www.iana.org/assignments/bootp-dhcp-parameters/ | 105 | * http://www.iana.org/assignments/bootp-dhcp-parameters/ |
106 | * Commented out options are handled by common option machinery, | 106 | * Commented out options are handled by common option machinery, |
107 | * uncommented ones have spacial cases (grep for them to see). | 107 | * uncommented ones have special cases (grep for them to see). |
108 | */ | 108 | */ |
109 | #define DHCP_PADDING 0x00 | 109 | #define DHCP_PADDING 0x00 |
110 | #define DHCP_SUBNET 0x01 | 110 | #define DHCP_SUBNET 0x01 |