libc/stream: Fix the typo error

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2025-06-09 16:08:08 +08:00 committed by Donny(董九柱)
parent 99303e9493
commit 99bd3d0f73

View file

@ -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.
*
****************************************************************************/