mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
style: Fix "is is" typo across the codebase.
Correct duplicate "is is" word found in 181 files throughout the codebase. In most cases "is is" was changed to "is", but in contexts like "MCU is is sleep mode" it was corrected to "MCU in sleep mode". Also fixes a "the the" typo in net/inet/inet_sockif.c. This is a pure style/documentation fix that improves code readability. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
d7a44090e7
commit
e09048cc88
172 changed files with 182 additions and 182 deletions
|
|
@ -253,8 +253,8 @@ static int inet_udp_alloc(FAR struct socket *psock)
|
|||
|
||||
static int inet_setup(FAR struct socket *psock)
|
||||
{
|
||||
/* Allocate the appropriate connection structure. This reserves the
|
||||
* the connection structure is is unallocated at this point. It will
|
||||
/* Allocate the appropriate connection structure. This reserves
|
||||
* the connection structure, which is unallocated at this point. It will
|
||||
* not actually be initialized until the socket is connected.
|
||||
*
|
||||
* REVISIT: Only SOCK_STREAM and SOCK_DGRAM are supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue