summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_files.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_files.c')
-rw-r--r--nuttx/fs/fs_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_files.c b/nuttx/fs/fs_files.c
index e20e0e9ef..aff33d2bc 100644
--- a/nuttx/fs/fs_files.c
+++ b/nuttx/fs/fs_files.c
@@ -302,7 +302,7 @@ errout:
* Name: files_allocate
*
* Description:
- * Allocate a struct files instance and associate it with an inode instance.
+ * Allocate a struct files instance and associate it with an inode instance.
* Returns the file descriptor == index into the files array.
*
****************************************************************************/