summaryrefslogtreecommitdiff
path: root/nuttx/fs/vfs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-29 17:39:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-29 17:39:40 -0600
commitec9c929ff00c07df0e667b68bec285e1b02d8445 (patch)
treec95e220e83a61be3139566acb5797528e678d6a8 /nuttx/fs/vfs
parent833c0dc354e48f3c4de7aa938092e98f4ef8d980 (diff)
downloadnuttx-ec9c929ff00c07df0e667b68bec285e1b02d8445.tar.gz
nuttx-ec9c929ff00c07df0e667b68bec285e1b02d8445.tar.bz2
nuttx-ec9c929ff00c07df0e667b68bec285e1b02d8445.zip
Updated comments
Diffstat (limited to 'nuttx/fs/vfs')
-rw-r--r--nuttx/fs/vfs/fs_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/vfs/fs_ioctl.c b/nuttx/fs/vfs/fs_ioctl.c
index d96d95889..eb48d5c34 100644
--- a/nuttx/fs/vfs/fs_ioctl.c
+++ b/nuttx/fs/vfs/fs_ioctl.c
@@ -69,7 +69,7 @@
*
* Return:
* >=0 on success (positive non-zero values are cmd-specific)
- * -1 on failure withi errno set properly:
+ * -1 on failure with errno set properly:
*
* EBADF
* 'fd' is not a valid descriptor.