Fix some typos

This commit is contained in:
Juha Niskanen
2019-09-17 10:46:23 -06:00
committed by Gregory Nutt
parent 8d87e624bf
commit ebc6f51641
153 changed files with 242 additions and 266 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
NXFFS README
^^^^^^^^^^^^
This README file contains information about the implemenation of the NuttX
This README file contains information about the implementation of the NuttX
wear-leveling FLASH file system, NXFFS.
Contents:
+2 -2
View File
@@ -1118,7 +1118,7 @@ nxffs_setupwriter(FAR struct nxffs_volume_s *volume,
* the packing operation to begin with.
*
* Writing is performed at the end of the free FLASH region and this
* implemenation is restricted to a single writer. The new inode is not
* implementation is restricted to a single writer. The new inode is not
* written to FLASH until the writer is closed and so will not be
* found by nxffs_packblock().
*
@@ -1503,7 +1503,7 @@ start_pack:
packed = true;
/* Writing is performed at the end of the free
* FLASH region and this implemenation is restricted
* FLASH region and this implementation is restricted
* to a single writer. The new inode is not
* written to FLASH until the writer is closed
* and so will not be found by nxffs_packblock().
+1 -1
View File
@@ -1,7 +1,7 @@
SMARTFS README
^^^^^^^^^^^^^^
This README file contains information about the implemenation of the NuttX
This README file contains information about the implementation of the NuttX
Sector Mapped Allocation for Really Tiny (SMART) FLASH file system, SMARTFS.
Contents: