mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Fix some typos
This commit is contained in:
committed by
Gregory Nutt
parent
8d87e624bf
commit
ebc6f51641
+1
-1
@@ -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:
|
||||
|
||||
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user