Fix various typos and spelling errors.

This commit is contained in:
Nathan Hartman
2019-12-12 07:41:51 -06:00
committed by Gregory Nutt
parent 3737aa83fa
commit 9655730ef8
27 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -955,7 +955,7 @@ int nxffs_wrreserve(FAR struct nxffs_volume_s *volume, size_t size);
*
* Input Parameters:
* volume - Describes the NXFFS volume
* size - The size of the object to be verifed.
* size - The size of the object to be verified.
*
* Returned Value:
* Zero is returned on success. Otherwise, a negated errno value is
+1 -1
View File
@@ -835,7 +835,7 @@ int nxffs_wrreserve(FAR struct nxffs_volume_s *volume, size_t size)
*
* Input Parameters:
* volume - Describes the NXFFS volume
* size - The size of the object to be verifed.
* size - The size of the object to be verified.
*
* Returned Value:
* Zero is returned on success. Otherwise, a negated errno value is