From a4f48415a00eea17d31f9c71080928b44e95e2da Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 4 Sep 2025 11:31:41 +0000 Subject: [PATCH] zipl/boot: Fix typo found by codespell Reviewed-by: Mikhail Zaslonko Signed-off-by: Marc Hartmayer Signed-off-by: Steffen Eiden --- zipl/boot/libc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipl/boot/libc.c b/zipl/boot/libc.c index 527c315c..b67e5760 100644 --- a/zipl/boot/libc.c +++ b/zipl/boot/libc.c @@ -363,7 +363,7 @@ static char *number(char *buf, char *end, unsigned long val, /* * vsnprintf - Format string and place in a buffer * - * This funcion only supports a subset of format options defined in the + * This function only supports a subset of format options defined in the * C standard, i.e. * specifiers: * * %s (strings)