This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 99bd3d0f73b537e5d320f2ae6594fa122db7bde4 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Mon Jun 9 16:08:08 2025 +0800 libc/stream: Fix the typo error Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- 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 020e6b8a36..785e1d3923 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. * ****************************************************************************/