style: fix spelling in code comments and strings

This commit is contained in:
Lars Kruse
2025-05-03 06:16:30 +02:00
committed by Xiang Xiao
parent b2315e98c4
commit 3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ ssize_t psock_6lowpan_tcp_send(FAR struct socket *psock, FAR const void *buf,
* Name: sixlowpan_tcp_send
*
* Description:
* TCP output comes through three different mechansims. Either from:
* TCP output comes through three different mechanisms. Either from:
*
* 1. TCP socket output. For the case of TCP output to an
* IEEE802.15.4, the TCP output is caught in the socket
+1 -1
View File
@@ -540,7 +540,7 @@ int sixlowpan_queue_frames(FAR struct radio_driver_s *radio,
/* The outbound IPv6 packet is too large to fit into a single 15.4
* packet, so we fragment it into multiple packets and send them.
* The first fragment contains frag1 dispatch, then
* IPv6/HC1/HC06/HC_UDP dispatchs/headers.
* IPv6/HC1/HC06/HC_UDP dispatches/headers.
* The following fragments contain only the fragn dispatch.
*/
+1 -1
View File
@@ -718,7 +718,7 @@ static int sixlowpan_dispatch(FAR struct radio_driver_s *radio)
* radio, or (2) struct pktradio_metadata_s for a non-standard
* packet radio.
*
* If there are multilple frames in the list, this metadata
* If there are multiple frames in the list, this metadata
* must apply to all of the frames in the list.
*
* Returned Value:
+1 -1
View File
@@ -134,7 +134,7 @@ static void sixlowpan_reass_expire(void)
next = reass->rb_flink;
/* Free any inactive reassembly buffers. This is done because the life
* the reassembly buffer is not cerain.
* the reassembly buffer is not certain.
*/
if (!reass->rb_active)
+1 -1
View File
@@ -812,7 +812,7 @@ ssize_t psock_6lowpan_tcp_send(FAR struct socket *psock, FAR const void *buf,
* Name: sixlowpan_tcp_send
*
* Description:
* TCP output comes through three different mechansims. Either from:
* TCP output comes through three different mechanisms. Either from:
*
* 1. TCP socket output. For the case of TCP output to an
* IEEE802.15.4, the TCP output is caught in the socket