mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
fs/romfs: fix the typo error
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
9aea5d5dbb
commit
06f76747fc
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ int16_t romfs_devcacheread(struct romfs_mountpt_s *rm, uint32_t offset)
|
|||
int ret;
|
||||
|
||||
/* rm->rm_cachesector holds the current sector that is buffer in or
|
||||
* referenced by rm->tm_buffer. If the requested sector is the same as this
|
||||
* referenced by rm->rm_buffer. If the requested sector is the same as this
|
||||
* this then we do nothing.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue