]> Git Repo - qemu.git/commitdiff
s390x/virtio-ccw: fix spelling
authorMichael Tokarev <[email protected]>
Wed, 18 May 2016 12:41:59 +0000 (15:41 +0300)
committerMichael Tokarev <[email protected]>
Tue, 7 Jun 2016 15:02:48 +0000 (18:02 +0300)
Signed-off-by: Michael Tokarev <[email protected]>
Acked-by: Christian Borntraeger <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
hw/s390x/virtio-ccw.c

index a1c1ed949698885719560609c6f6a12a798b6fd0..2b68e5e87d6ca5b9a5c68885c3d464dd8e81bcfd 100644 (file)
@@ -1476,7 +1476,7 @@ static void virtio_ccw_device_plugged(DeviceState *d, Error **errp)
     int n = virtio_get_num_queues(vdev);
 
     if (virtio_get_num_queues(vdev) > VIRTIO_CCW_QUEUE_MAX) {
-        error_setg(errp, "The nubmer of virtqueues %d "
+        error_setg(errp, "The number of virtqueues %d "
                    "exceeds ccw limit %d", n,
                    VIRTIO_CCW_QUEUE_MAX);
         return;
This page took 0.02794 seconds and 4 git commands to generate.