mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
style: fix spelling in code comments and strings
This commit is contained in:
+1
-1
@@ -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
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user