Merge pull request #4113 from liuduanfei/master

Update dfs_romfs.c
This commit is contained in:
Bernard Xiong 2020-12-03 23:47:08 +08:00 committed by GitHub
commit 1b0c9857ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct romfs_dirent *dfs_romfs_lookup(struct romfs_dirent *root_dirent, const ch
return root_dirent;
}
/* goto root directy entries */
/* goto root directory entries */
dirent = (struct romfs_dirent *)root_dirent->data;
dirent_size = root_dirent->size;