mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
libc/stream: Fix the typo error
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
99303e9493
commit
99bd3d0f73
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ static void fileoutstream_putc(FAR struct lib_outstream_s *self, int ch)
|
|||
* mode - Mode flags.
|
||||
*
|
||||
* Returned Value:
|
||||
* 0 on success, negative error code in failuer.
|
||||
* 0 on success, negative error code in failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue