From 06f76747fcfd7a208b3ababbb02c667d3e8a9628 Mon Sep 17 00:00:00 2001 From: Jiuzhu Dong Date: Sat, 25 Dec 2021 19:10:49 +0800 Subject: [PATCH] fs/romfs: fix the typo error Signed-off-by: Jiuzhu Dong --- fs/romfs/fs_romfsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/romfs/fs_romfsutil.c b/fs/romfs/fs_romfsutil.c index a82b97672ec..d4af535488e 100644 --- a/fs/romfs/fs_romfsutil.c +++ b/fs/romfs/fs_romfsutil.c @@ -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. */