Correct comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1232 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-14 15:09:39 +00:00
parent eb3a385f82
commit c47d76bdf9
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -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
*