summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-16 20:25:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-16 20:25:16 +0000
commita4c7a908019d77373ca4e0f8fe052298c34aa3d1 (patch)
tree40c4e62854bdbf7f616654aea4394d967939b5f3 /nuttx/fs
parent512180fc60e1e4655feea27e936bbbda4922e4ba (diff)
downloadpx4-nuttx-a4c7a908019d77373ca4e0f8fe052298c34aa3d1.tar.gz
px4-nuttx-a4c7a908019d77373ca4e0f8fe052298c34aa3d1.tar.bz2
px4-nuttx-a4c7a908019d77373ca4e0f8fe052298c34aa3d1.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2067 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_files.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/fs/fs_files.c b/nuttx/fs/fs_files.c
index e872d1558..1af5f704f 100644
--- a/nuttx/fs/fs_files.c
+++ b/nuttx/fs/fs_files.c
@@ -199,6 +199,7 @@ int files_addreflist(FAR struct filelist *list)
* Description: Release a reference to the file list
*
****************************************************************************/
+
int files_releaselist(FAR struct filelist *list)
{
int crefs;
@@ -228,7 +229,7 @@ int files_releaselist(FAR struct filelist *list)
/* Close each file descriptor .. Normally, you would need
* take the list semaphore, but it is safe to ignore the
- * semaphore in this context because there are not references
+ * semaphore in this context because there are no references
*/
for (i = 0; i < CONFIG_NFILE_DESCRIPTORS; i++)