mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
+3
-3
@@ -195,7 +195,7 @@ static int ftl_close(FAR struct inode *inode)
|
||||
/****************************************************************************
|
||||
* Name: ftl_reload
|
||||
*
|
||||
* Description: Read the specified numer of sectors
|
||||
* Description: Read the specified number of sectors
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -220,7 +220,7 @@ static ssize_t ftl_reload(FAR void *priv, FAR uint8_t *buffer,
|
||||
/****************************************************************************
|
||||
* Name: ftl_read
|
||||
*
|
||||
* Description: Read the specified numer of sectors
|
||||
* Description: Read the specified number of sectors
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -555,7 +555,7 @@ static int ftl_ioctl(FAR struct inode *inode, int cmd, unsigned long arg)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* No other block driver ioctl commmands are not recognized by this
|
||||
/* No other block driver ioctl commands are not recognized by this
|
||||
* driver. Other possible MTD driver ioctl commands are passed through
|
||||
* to the MTD driver (unchanged).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user