ipl_tools/cmd_chreipl.c: Fix typo errrors->error

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 <japo@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Polensky
2025-02-26 12:50:31 +01:00
committed by Jan Höppner
parent a0c3a74019
commit 594a554e56

View File

@@ -739,7 +739,7 @@ static void write_str_optional(char *string, char *file, int exit_on_fail,
* IMPLEMENTATION:
*
* "cio_ignore --is-ignored <busid>" 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().