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
@@ -765,7 +765,7 @@ static int unionfs_unbind_child(FAR struct unionfs_mountpt_s *um)
}
else if (ret > 0)
{
/* REVISIT: This is bad if the file sysem cannot support a deferred
/* REVISIT: This is bad if the file system cannot support a deferred
* unmount. Ideally it would perform the unmount when the last file
* is closed. But I don't think any file system do that.
*/
@@ -1834,7 +1834,7 @@ static int unionfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
{
/* There is something there!
* REVISIT: We could allow files and directories to
* have duplicat names.
* have duplicate names.
*/
return -ENOENT;
@@ -1902,7 +1902,7 @@ static int unionfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
{
/* There is something there!
* REVISIT: We could allow files and directories to
* have duplicat names.
* have duplicate names.
*/
duplicate = true;