mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix typos reported by codespell
This commit is contained in:
committed by
Xiang Xiao
parent
b9f231cdca
commit
76acb32e29
@@ -36,7 +36,7 @@ ifeq ($(CONFIG_NET_STATISTICS),y)
|
||||
NET_CSRCS += ipfwd_dropstats.c
|
||||
endif
|
||||
|
||||
# Include IP forwaring build support
|
||||
# Include IP forwarding build support
|
||||
|
||||
DEPPATH += --dep-path ipforward
|
||||
VPATH += :ipforward
|
||||
|
||||
@@ -261,7 +261,7 @@ int psock_local_connect(FAR struct socket *psock,
|
||||
conn = (FAR struct local_conn_s *)dq_next(&conn->lc_node))
|
||||
{
|
||||
/* Anything in the listener list should be a stream socket in the
|
||||
* istening state
|
||||
* listening state
|
||||
*/
|
||||
|
||||
DEBUGASSERT(conn->lc_state == LOCAL_STATE_LISTENING &&
|
||||
|
||||
+1
-1
@@ -117,7 +117,7 @@ config ROUTE_FILEDIR
|
||||
---help---
|
||||
Provides the full path to location in the file system where routing
|
||||
table will be accessed. This is a string and should not include
|
||||
any traling '/'.
|
||||
any trailing '/'.
|
||||
|
||||
config ROUTE_IPv6_CACHEROUTE
|
||||
bool "In-memory IPv6 cache"
|
||||
|
||||
Reference in New Issue
Block a user