fs/vfs and fs/inode: Trivial typo fixes gleaned from the fileopen branch.

This commit is contained in:
Gregory Nutt
2018-08-29 16:01:56 -06:00
parent aaa660bae6
commit d88cb93d95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ int inode_checkflags(FAR struct inode *inode, int oflags)
*
****************************************************************************/
int open(const char *path, int oflags, ...)
int open(FAR const char *path, int oflags, ...)
{
struct inode_search_s desc;
FAR struct file *filep;