mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08: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:
+1
-1
@@ -586,7 +586,7 @@ static ssize_t ftl_flush(FAR void *priv, FAR const uint8_t *buffer,
|
||||
return ftl_flush_direct(dev, buffer, startblock, nblocks);
|
||||
}
|
||||
|
||||
/* Get the aligned block. Here is is assumed: (1) The number of R/W blocks
|
||||
/* Get the aligned block. Here it is assumed: (1) The number of R/W blocks
|
||||
* per erase block is a power of 2, and (2) the erase begins with that same
|
||||
* alignment.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user