mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
a0c3a74019
commit
594a554e56
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user