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:
Anas Nashif 2019-06-18 14:45:40 -04:00 committed by Maureen Helm
commit f2cb20c772
133 changed files with 191 additions and 191 deletions

View file

@ -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) {