From 99bd3d0f73b537e5d320f2ae6594fa122db7bde4 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 9 Jun 2025 16:08:08 +0800 Subject: [PATCH] libc/stream: Fix the typo error Signed-off-by: Xiang Xiao --- libs/libc/stream/lib_fileoutstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/stream/lib_fileoutstream.c b/libs/libc/stream/lib_fileoutstream.c index 020e6b8a36b..785e1d39237 100644 --- a/libs/libc/stream/lib_fileoutstream.c +++ b/libs/libc/stream/lib_fileoutstream.c @@ -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. * ****************************************************************************/