diff options
author | Cornelia Huck <cohuck@redhat.com> | 2020-07-28 12:28:20 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2020-08-27 12:37:03 +0200 |
commit | de345260c5279d0ebf64b142dee7be6b094d4c37 (patch) | |
tree | 4e38339b55cb7fb0800fa0543e76f7d0465da338 /hw/s390x | |
parent | 8e49197ca5e76fdb8928833b2649ef13fc5aab2f (diff) |
virtio-ccw-input: fix description
Fix a copy/paste error.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200728102820.273598-1-cohuck@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r-- | hw/s390x/virtio-ccw-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/virtio-ccw-input.c b/hw/s390x/virtio-ccw-input.c index 5601e25dee..83136fbba1 100644 --- a/hw/s390x/virtio-ccw-input.c +++ b/hw/s390x/virtio-ccw-input.c @@ -1,5 +1,5 @@ /* - * virtio ccw scsi implementation + * virtio ccw input implementation * * Copyright 2012, 2015 IBM Corp. * |