From d89c682f204a7a84e25cb3ecd35c7f7b94db2b4d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 24 Sep 2009 17:53:10 +0200 Subject: Suppress some variants of English in comments Replace surpress, supress by suppress. Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno --- hw/virtio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/virtio.h b/hw/virtio.h index c441a93..0f9be7d 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 */ -- cgit v1.1