docs: fix misspelling across the tree
Found a few annoying typos and figured I better run script and fix anything it can find, here are the results... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b023fbf938
commit
f2cb20c772
133 changed files with 191 additions and 191 deletions
|
@ -598,7 +598,7 @@ static int ethernet_send(struct net_if *iface, struct net_pkt *pkt)
|
|||
}
|
||||
|
||||
/* If the ll dst addr has not been set before, let's assume
|
||||
* temporarly it's a broadcast one. When filling the header,
|
||||
* temporarily it's a broadcast one. When filling the header,
|
||||
* it might detect this should be multicast and act accordingly.
|
||||
*/
|
||||
if (!net_pkt_lladdr_dst(pkt)->addr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue