mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
This commit is contained in:
+4
-4
@@ -28,7 +28,7 @@ config FS_TMPFS_DIRECTORY_ALLOCGUARD
|
||||
---help---
|
||||
In order to avoid frequent reallocations, a little more memory than
|
||||
needed is always allocated. This permits the directory to grow
|
||||
without so many realloctions.
|
||||
without so many reallocations.
|
||||
|
||||
config FS_TMPFS_DIRECTORY_FREEGUARD
|
||||
int "Directory under free"
|
||||
@@ -37,7 +37,7 @@ config FS_TMPFS_DIRECTORY_FREEGUARD
|
||||
In order to avoid frequent reallocations, a lot of free memory has
|
||||
to be available before a directory entry shrinks (via reallocation)
|
||||
little more memory than needed is always allocated. This permits
|
||||
the directory to shrink without so many realloctions.
|
||||
the directory to shrink without so many reallocations.
|
||||
|
||||
config FS_TMPFS_FILE_ALLOCGUARD
|
||||
int "Directory object over-allocation"
|
||||
@@ -45,7 +45,7 @@ config FS_TMPFS_FILE_ALLOCGUARD
|
||||
---help---
|
||||
In order to avoid frequent reallocations, a little more memory than
|
||||
needed is always allocated. This permits the file to grow without
|
||||
so many realloctions.
|
||||
so many reallocations.
|
||||
|
||||
You will probably want to use smaller value than the default on tiny
|
||||
TMFPS systems.
|
||||
@@ -57,6 +57,6 @@ config FS_TMPFS_FILE_FREEGUARD
|
||||
In order to avoid frequent reallocations, a lot of free memory has
|
||||
to be available before a directory entry shrinks (via reallocation)
|
||||
little more memory than needed is always allocated. This permits
|
||||
the file to shrink without so many realloctions.
|
||||
the file to shrink without so many reallocations.
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user