summaryrefslogtreecommitdiff
path: root/hw/virtio.h
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-09-24 17:53:10 +0200
committerAurelien Jarno <aurelien@aurel32.net>2009-09-25 16:31:35 +0200
commitd89c682f204a7a84e25cb3ecd35c7f7b94db2b4d (patch)
tree031db3f65e9fbbf642e7fedcf7e6f81f7a2789ae /hw/virtio.h
parent01b5d4e5cc509812a869843f65cb4728dea25be4 (diff)
downloadqemu-d89c682f204a7a84e25cb3ecd35c7f7b94db2b4d.tar.gz
Suppress some variants of English in comments
Replace surpress, supress by suppress. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/virtio.h')
-rw-r--r--hw/virtio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio.h b/hw/virtio.h
index c441a93e55..0f9be7d106 100644
--- a/hw/virtio.h
+++ b/hw/virtio.h
@@ -30,7 +30,7 @@
/* We've given up on this device. */
#define VIRTIO_CONFIG_S_FAILED 0x80
-/* We notify when the ring is completely used, even if the guest is supressing
+/* We notify when the ring is completely used, even if the guest is suppressing
* callbacks */
#define VIRTIO_F_NOTIFY_ON_EMPTY 24
/* We support indirect buffer descriptors */