summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
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/include/sys
parent833c0dc354e48f3c4de7aa938092e98f4ef8d980 (diff)
downloadnuttx-ec9c929ff00c07df0e667b68bec285e1b02d8445.tar.gz
nuttx-ec9c929ff00c07df0e667b68bec285e1b02d8445.tar.bz2
nuttx-ec9c929ff00c07df0e667b68bec285e1b02d8445.zip
Updated comments
Diffstat (limited to 'nuttx/include/sys')
-rw-r--r--nuttx/include/sys/ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sys/ioctl.h b/nuttx/include/sys/ioctl.h
index 60dfa5cea..01987d58f 100644
--- a/nuttx/include/sys/ioctl.h
+++ b/nuttx/include/sys/ioctl.h
@@ -84,7 +84,7 @@ extern "C"
*
* 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.