style: fix spelling in code comments and strings

This commit is contained in:
Lars Kruse
2025-05-03 06:16:30 +02:00
committed by Xiang Xiao
parent b2315e98c4
commit 3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions
+1 -1
View File
@@ -1185,7 +1185,7 @@ static int romfs_bind(FAR struct inode *blkdriver, FAR const void *data,
}
#endif
/* Then complete the mount by getting the ROMFS configuratrion from
/* Then complete the mount by getting the ROMFS configuration from
* the ROMF header
*/
+1 -1
View File
@@ -109,7 +109,7 @@
#define SEC_NSECTORS(r,o) ((o) / (r)->rm_hwsectorsize)
#define SEC_ALIGN(r,o) ((o) & ~SEC_NDXMASK(r))
/* Maximum numbr of links that will be followed before we decide that there
/* Maximum number of links that will be followed before we decide that there
* is a problem.
*/