Run codespell -w against all files

and fix the wrong correction
This commit is contained in:
Xiang Xiao
2020-02-23 02:31:14 +08:00
committed by Gregory Nutt
parent a07ad7a115
commit bd4e8e19d3
526 changed files with 883 additions and 883 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ static void mac802154_resetqueues(FAR struct ieee802154_privmac_s *priv)
* Description:
* This function allocates a tx descriptor and the dependent primitive (data
* confirmation) from the free list. The primitive and tx descriptor must be
* freed seperately.
* freed separately.
*
* Assumptions:
* priv MAC struct is locked when calling.
+2 -2
View File
@@ -145,7 +145,7 @@ int mac802154_req_get(MACHANDLE mac, enum ieee802154_attr_e attr,
default:
{
/* The attribute may be handled soley in the radio driver, so pass
/* The attribute may be handled solely in the radio driver, so pass
* it along.
*/
@@ -240,7 +240,7 @@ int mac802154_req_set(MACHANDLE mac, enum ieee802154_attr_e attr,
break;
default:
{
/* The attribute may be handled soley in the radio driver, so pass
/* The attribute may be handled solely in the radio driver, so pass
* it along.
*/