Run codespell -w with the latest dictonary again

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-02-23 16:50:23 +08:00
committed by Abdelatif Guettouche
parent 55a7dfc9a7
commit cde88cabcc
1532 changed files with 3117 additions and 3117 deletions
+3 -3
View File
@@ -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).
*/