rwbuffer: fix a typo

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
This commit is contained in:
wanggang26 2023-10-20 15:03:12 +08:00 committed by Alan C. Assis
parent 872208fdf8
commit 0a8b6404d8
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ struct rwbuffer_s
/* This is the state of the read-ahead buffering */
#ifdef CONFIG_DRVR_READAHEAD
mutex_t rhlock; /* Enforces exclusive access to the write buffer */
mutex_t rhlock; /* Enforces exclusive access to the read-ahead buffer */
FAR uint8_t *rhbuffer; /* Allocated read-ahead buffer */
uint16_t rhnblocks; /* Number of blocks in read-ahead buffer */
off_t rhblockstart; /* First block in read-ahead buffer */