We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be2c3f commit 39d5f26Copy full SHA for 39d5f26
subsys/net/ip/dhcpv4.c
@@ -41,7 +41,7 @@ struct dhcp_msg {
41
*/
42
uint32_t xid; /* Transaction ID, random number */
43
uint16_t secs; /* Seconds elapsed since client began address
44
- * acqusition or renewal process
+ * acquisition or renewal process
45
46
uint16_t flags; /* Broadcast or Unicast */
47
uint8_t ciaddr[4]; /* Client IP Address */
@@ -394,7 +394,7 @@ static void send_request(struct net_if *iface, bool renewal)
394
}
395
396
397
-/* Prepare DHCPv4 Dicover message and braodcast it */
+/* Prepare DHCPv4 Discover message and broadcast it */
398
static void send_discover(struct net_if *iface)
399
{
400
struct net_buf *buf;
0 commit comments