Skip to content
Snippets Groups Projects
Commit c47d76bd authored by patacongo's avatar patacongo
Browse files

Correct comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1232 42af7a65-404d-4744-a932-0658087f49c3
parent eb3a385f
No related branches found
No related tags found
No related merge requests found
......@@ -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
*
......
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment