mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
+2
-2
@@ -464,7 +464,7 @@ int netdev_count(void);
|
||||
* failure.
|
||||
*
|
||||
* Assumptions:
|
||||
* The nework is locked
|
||||
* The network is locked
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -488,7 +488,7 @@ int netdev_ipv4_ifconf(FAR struct ifconf *ifc);
|
||||
* failure.
|
||||
*
|
||||
* Assumptions:
|
||||
* The nework is locked
|
||||
* The network is locked
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ static int ifconf_ipv6_callback(FAR struct net_driver_s *dev, FAR void *arg)
|
||||
* failure.
|
||||
*
|
||||
* Assumptions:
|
||||
* The nework is locked
|
||||
* The network is locked
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -283,7 +283,7 @@ int netdev_ipv4_ifconf(FAR struct ifconf *ifc)
|
||||
* failure.
|
||||
*
|
||||
* Assumptions:
|
||||
* The nework is locked
|
||||
* The network is locked
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user