Fix-more-typos-using-codespell

Committing nearly all changes done by 'codespell_check.sh -w'

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt
2020-02-15 21:44:02 +01:00
parent d6a6b661d9
commit 1ffcc5079c
22 changed files with 28 additions and 28 deletions

View File

@@ -142,7 +142,7 @@ static err_t etharp_raw(struct netif *netif,
/**
* Free a complete queue of etharp entries
*
* @param q a qeueue of etharp_q_entry's to free
* @param q a queue of etharp_q_entry's to free
*/
static void
free_etharp_q(struct etharp_q_entry *q)