Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96fb20c3 authored by Colin Ian King's avatar Colin Ian King Committed by Michael S. Tsirkin
Browse files

tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"



trivial fix to spelling mistake in an error message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
parent 56da5fd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static void run_test(struct vdev_info *dev, struct vq_info *vq,
	test = 0;
	r = ioctl(dev->control, VHOST_TEST_RUN, &test);
	assert(r >= 0);
	fprintf(stderr, "spurious wakeus: 0x%llx\n", spurious);
	fprintf(stderr, "spurious wakeups: 0x%llx\n", spurious);
}

const char optstring[] = "h";