Fix typos in comments

This commit is contained in:
YAMAMOTO Takashi
2020-02-12 22:04:00 +09:00
committed by Alin Jerpelea
parent 23b30f7930
commit 882c82a038
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ static int binfs_open(FAR struct file *filep, FAR const char *relpath,
return -EACCES;
}
/* Check if the an entry exists with this name in the root directory.
/* Check if the entry exists with this name in the root directory.
* so the 'relpath' must be the name of the builtin function.
*/