aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/sclpconsole.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/s390x/sclpconsole.c')
-rw-r--r--hw/s390x/sclpconsole.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/s390x/sclpconsole.c b/hw/s390x/sclpconsole.c
index 0ec5623f57..fece878e88 100644
--- a/hw/s390x/sclpconsole.c
+++ b/hw/s390x/sclpconsole.c
@@ -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)