summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 15:09:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 15:09:39 +0000
commit6e2d4ff5eb96e5e82bce25965d35e69f256151de (patch)
tree5f8009bef2c9a59d2b348e8aee18874013410a9f
parentf80559d5d2f7ddd8da451ade9729214e8a0cb699 (diff)
downloadnuttx-6e2d4ff5eb96e5e82bce25965d35e69f256151de.tar.gz
nuttx-6e2d4ff5eb96e5e82bce25965d35e69f256151de.tar.bz2
nuttx-6e2d4ff5eb96e5e82bce25965d35e69f256151de.zip
Correct comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1232 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/fs/fs_findblockdriver.c2
-rw-r--r--nuttx/fs/fs_openblockdriver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/fs/fs_findblockdriver.c b/nuttx/fs/fs_findblockdriver.c
index b2b4606df..bfe59b21d 100644
--- a/nuttx/fs/fs_findblockdriver.c
+++ b/nuttx/fs/fs_findblockdriver.c
@@ -62,7 +62,7 @@
*
* Inputs:
* pathname - the full path to the block driver to be located
- * mountflags - if MS_RDONLY is set, then driver must support write
+ * mountflags - if MS_RDONLY is not set, then driver must support write
* operations (see include/sys/mount.h)
* ppinode - address of the location to return the inode reference
*
diff --git a/nuttx/fs/fs_openblockdriver.c b/nuttx/fs/fs_openblockdriver.c
index 94f2c8a8c..f4dcd94eb 100644
--- a/nuttx/fs/fs_openblockdriver.c
+++ b/nuttx/fs/fs_openblockdriver.c
@@ -61,7 +61,7 @@
*
* Inputs:
* pathname - the full path to the block driver to be opened
- * mountflags - if MS_RDONLY is set, then driver must support write
+ * mountflags - if MS_RDONLY is not set, then driver must support write
* operations (see include/sys/mount.h)
* ppinode - address of the location to return the inode reference
*