procfs: fix a typo

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
This commit is contained in:
wanggang26 2023-09-20 11:27:12 +08:00 committed by Petro Karashchenko
parent a3d17a18a7
commit 40a2adf720
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ static ssize_t procfs_write(FAR struct file *filep, FAR const char *buffer,
handler = (FAR struct procfs_file_s *)filep->f_priv;
DEBUGASSERT(handler);
/* Call the handler's read routine */
/* Call the handler's write routine */
if (handler->procfsentry->ops->write)
{