summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 23:00:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 23:00:05 +0000
commitd5ae1189c3db1adfcba34de3c5deaefbbdf53e84 (patch)
tree91134bd6e45f243f11c098d1c7382a2a33df5c49 /nuttx
parent4feeb8b43631a45b2f5469d72345672a55e10a2a (diff)
downloadpx4-nuttx-d5ae1189c3db1adfcba34de3c5deaefbbdf53e84.tar.gz
px4-nuttx-d5ae1189c3db1adfcba34de3c5deaefbbdf53e84.tar.bz2
px4-nuttx-d5ae1189c3db1adfcba34de3c5deaefbbdf53e84.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1281 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/fs/fs_select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/fs/fs_select.c b/nuttx/fs/fs_select.c
index ad481377a..82085bbd1 100644
--- a/nuttx/fs/fs_select.c
+++ b/nuttx/fs/fs_select.c
@@ -81,7 +81,7 @@
* NOTE: poll() is the fundamental API for performing such monitoring
* operation under NuttX. select() is provided for compatibility and
* is simply a layer of added logic on top of poll(). As such, select()
- * is more wasteful of resources and poll() is the recommend API to be
+ * is more wasteful of resources and poll() is the recommended API to be
* used.
*
* Input parameters:
@@ -96,7 +96,7 @@
* Return:
* 0: Timer expired
* >0: The number of bits set in the three sets of descriptors
- * -1: An error occurred (errno will be set approrpiately)
+ * -1: An error occurred (errno will be set appropriately)
*
****************************************************************************/