From 39d5f2698829993f55cd6e293303013cf356f8fd Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Wed, 21 Dec 2016 16:40:51 +0000 Subject: [PATCH] net/dhcpv4: Correct spellings in comments. Change-Id: I2c08c35eb81233b14fdfc8ccdcbc84340bdfd6a2 Signed-off-by: Marcus Shawcroft --- subsys/net/ip/dhcpv4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/net/ip/dhcpv4.c b/subsys/net/ip/dhcpv4.c index 85753a7f1fe..d0be2ffac53 100644 --- a/subsys/net/ip/dhcpv4.c +++ b/subsys/net/ip/dhcpv4.c @@ -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;