Fix typos in comments and Kconfig files

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
Juha Niskanen
2021-12-20 16:49:48 +02:00
committed by Xiang Xiao
parent 1e83c83bf3
commit 422ceec99b
21 changed files with 45 additions and 53 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ int local_release_fifos(FAR struct local_conn_s *conn)
int local_release_halfduplex(FAR struct local_conn_s *conn)
{
#if 1
/* REVIST: We need to think about this carefully. Unlike the connection-
/* REVISIT: We need to think about this carefully. Unlike the connection-
* oriented Unix domain socket, we don't really know the best time to
* release the FIFO resource. It would be extremely inefficient to create
* and destroy the FIFO on each packet. But, on the other hand, failing
+1 -1
View File
@@ -163,7 +163,7 @@ static int local_setup(FAR struct socket *psock, int protocol)
* connection structure, it is unallocated at this point. It will not
* actually be initialized until the socket is connected.
*
* REVIST: Only SOCK_STREAM and SOCK_DGRAM are supported. Should also
* REVISIT: Only SOCK_STREAM and SOCK_DGRAM are supported. Should also
* support SOCK_RAW.
*/
+1 -1
View File
@@ -148,7 +148,7 @@ int mld_leavegroup(FAR const struct ipv6_mreq *mrec)
MLD_STATINCR(g_netstats.mld.done_sched);
/* REVIST: This will interfere is the are any other tasks
/* REVISIT: This will interfere if there are any other tasks
* waiting for a message to be sent. Can that happen?
*/
+1 -1
View File
@@ -253,7 +253,7 @@ static void mld_v1dog_work(FAR void *arg)
CLR_MLD_V1COMPAT(dev->d_mld.flags);
/* REVIST: Whenever a host changes its compatibility mode, it cancels
/* REVISIT: Whenever a host changes its compatibility mode, it cancels
* all of its pending responses and retransmission timers.
*/
}
+4 -4
View File
@@ -242,10 +242,10 @@ static inline FAR struct udp_conn_s *
* - Call send() with no address address information
* - call recv() (from address information should not be needed)
*
* REVIST: SO_BROADCAST flag is currently ignored.
* REVISIT: SO_BROADCAST flag is currently ignored.
*/
/* Check that there is a local port number and this is matches
/* Check that there is a local port number and this matches
* the port number in the destination address.
*/
@@ -380,10 +380,10 @@ static inline FAR struct udp_conn_s *
* - Call send() with no address address information
* - call recv() (from address information should not be needed)
*
* REVIST: SO_BROADCAST flag is currently ignored.
* REVISIT: SO_BROADCAST flag is currently ignored.
*/
/* Check that there is a local port number and this is matches
/* Check that there is a local port number and this matches
* the port number in the destination address.
*/