mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Replace also "write into" by "write to". Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
a93cf9dfba
commit
8367a14fd3
2 changed files with 4 additions and 4 deletions
|
@ -179,8 +179,8 @@ static int read_event_data(SCLPEvent *event, EventBufferHeader *evt_buf_hdr,
|
|||
}
|
||||
|
||||
/* triggered by SCLP's write_event_data
|
||||
* - write console data into character layer
|
||||
* returns < 0 if an error occured
|
||||
* - write console data to character layer
|
||||
* returns < 0 if an error occurred
|
||||
*/
|
||||
static ssize_t write_console_data(SCLPEvent *event, const uint8_t *buf,
|
||||
size_t len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue