[PATCH 1/3] Fix spelling mistake "succsefully" -> "successfully"
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Mon Apr 14 11:52:08 GMT 2025
On 13/04/25 11:00, Colin Ian King wrote:
> There is a spelling mistake in a puts statement. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
LGTM, thanks.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
> ---
> sysdeps/pthread/tst-stdio2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sysdeps/pthread/tst-stdio2.c b/sysdeps/pthread/tst-stdio2.c
> index 08948cb428..0876ed6427 100644
> --- a/sysdeps/pthread/tst-stdio2.c
> +++ b/sysdeps/pthread/tst-stdio2.c
> @@ -75,7 +75,7 @@ do_test (void)
> exit (1);
> }
>
> - puts ("join returned succsefully");
> + puts ("join returned successfully");
>
> return 0;
> }
More information about the Libc-alpha
mailing list