zipl/src: Fix typos

Closes: https://github.com/ibm-s390-linux/s390-tools/pull/186
Signed-off-by: Nikita Dubrovskii <nikita@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Eduard Shishkin <edward6@linux.ibm.com>
Signed-off-by: Eduard Shishkin <edward6@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Nikita Dubrovskii
2025-05-13 13:01:56 +02:00
committed by Jan Höppner
parent 66d3aa849a
commit ed01bac8e2
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ misc_write(int fd, const void* data, size_t count)
}
/**
* Instead of writing, upadte only current position in the file
* Instead of writing, update only current position in the file
*/
static int misc_simulate_write(int fd, size_t count)
{