Skip to content

Commit 39d5f26

Browse files
mshawcroftTomasz Bursztyka
authored andcommitted
net/dhcpv4: Correct spellings in comments.
Change-Id: I2c08c35eb81233b14fdfc8ccdcbc84340bdfd6a2 Signed-off-by: Marcus Shawcroft <[email protected]>
1 parent 0be2c3f commit 39d5f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/net/ip/dhcpv4.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct dhcp_msg {
4141
*/
4242
uint32_t xid; /* Transaction ID, random number */
4343
uint16_t secs; /* Seconds elapsed since client began address
44-
* acqusition or renewal process
44+
* acquisition or renewal process
4545
*/
4646
uint16_t flags; /* Broadcast or Unicast */
4747
uint8_t ciaddr[4]; /* Client IP Address */
@@ -394,7 +394,7 @@ static void send_request(struct net_if *iface, bool renewal)
394394
}
395395
}
396396

397-
/* Prepare DHCPv4 Dicover message and braodcast it */
397+
/* Prepare DHCPv4 Discover message and broadcast it */
398398
static void send_discover(struct net_if *iface)
399399
{
400400
struct net_buf *buf;

0 commit comments

Comments
 (0)