zipl/boot: Fix typo found by codespell

Reviewed-by: Mikhail Zaslonko <zaslonko@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2025-09-04 11:31:41 +00:00
committed by Steffen Eiden
parent c9f0e3accf
commit a4f48415a0

View File

@@ -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)