From 594a554e56cbed720222d6fd364edd817f2d4224 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Wed, 26 Feb 2025 12:50:31 +0100 Subject: [PATCH] ipl_tools/cmd_chreipl.c: Fix typo errrors->error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo in comment also helps to prevent pre-commit hook issues, w/o functional changes or changes in behavior. Signed-off-by: Jan Polensky Reviewed-by: Jan Höppner Signed-off-by: Jan Höppner --- ipl_tools/cmd_chreipl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipl_tools/cmd_chreipl.c b/ipl_tools/cmd_chreipl.c index 6668a6e5..a51a2dc6 100644 --- a/ipl_tools/cmd_chreipl.c +++ b/ipl_tools/cmd_chreipl.c @@ -739,7 +739,7 @@ static void write_str_optional(char *string, char *file, int exit_on_fail, * IMPLEMENTATION: * * "cio_ignore --is-ignored " returns 0 if the device is ignored, - * 1 for internal errrors, and 2 if the device is not ignored. + * 1 for internal errors, and 2 if the device is not ignored. * * We get the "cio_ignore" exit status by the return code of the system() * function via WEXITSTATUS().