net/dhcpv4: Correct spellings in comments.
Change-Id: I2c08c35eb81233b14fdfc8ccdcbc84340bdfd6a2 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
0be2c3f57c
commit
39d5f26988
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ struct dhcp_msg {
|
|||
*/
|
||||
uint32_t xid; /* Transaction ID, random number */
|
||||
uint16_t secs; /* Seconds elapsed since client began address
|
||||
* acqusition or renewal process
|
||||
* acquisition or renewal process
|
||||
*/
|
||||
uint16_t flags; /* Broadcast or Unicast */
|
||||
uint8_t ciaddr[4]; /* Client IP Address */
|
||||
|
@ -394,7 +394,7 @@ fail:
|
|||
}
|
||||
}
|
||||
|
||||
/* Prepare DHCPv4 Dicover message and braodcast it */
|
||||
/* Prepare DHCPv4 Discover message and broadcast it */
|
||||
static void send_discover(struct net_if *iface)
|
||||
{
|
||||
struct net_buf *buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue