Skip to content

Commit

Permalink
procfs: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: wanggang26 <[email protected]>
  • Loading branch information
wanggang26 committed Sep 21, 2023
1 parent 9267dbc commit 16a9fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/procfs/fs_procfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 16a9fec

Please sign in to comment.