From 6e2d4ff5eb96e5e82bce25965d35e69f256151de Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 14 Nov 2008 15:09:39 +0000 Subject: Correct comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1232 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/fs_findblockdriver.c | 2 +- nuttx/fs/fs_openblockdriver.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/fs') 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 * -- cgit v1.2.3