diff options
Diffstat (limited to 'networking/udhcp/packet.c')
-rw-r--r-- | networking/udhcp/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 7cbd83a35..1c6bb0ca4 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c | |||
@@ -113,7 +113,7 @@ uint16_t checksum(void *addr, int count) | |||
113 | } | 113 | } |
114 | 114 | ||
115 | 115 | ||
116 | /* Constuct a ip/udp header for a packet, and specify the source and dest hardware address */ | 116 | /* Construct a ip/udp header for a packet, and specify the source and dest hardware address */ |
117 | int raw_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port, | 117 | int raw_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port, |
118 | uint32_t dest_ip, int dest_port, uint8_t *dest_arp, int ifindex) | 118 | uint32_t dest_ip, int dest_port, uint8_t *dest_arp, int ifindex) |
119 | { | 119 | { |