From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7OyA-0004KF-2u for qemu-devel@nongnu.org; Sat, 03 Jan 2015 08:42:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7Oy5-0000i1-5a for qemu-devel@nongnu.org; Sat, 03 Jan 2015 08:42:18 -0500 From: Stefan Weil Date: Sat, 3 Jan 2015 14:41:39 +0100 Message-Id: <1420292499-8596-4-git-send-email-sw@weilnetz.de> In-Reply-To: <1420292499-8596-1-git-send-email-sw@weilnetz.de> References: <1420292499-8596-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Trivial Cc: Stefan Weil , John Snow , QEMU Developer , Igor Mammedov recieve -> receive suprise -> surprise Cc: Igor Mammedov Cc: John Snow Signed-off-by: Stefan Weil --- include/hw/hotplug.h | 2 +- tests/ahci-test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hw/hotplug.h b/include/hw/hotplug.h index 050d2f0..2db025d 100644 --- a/include/hw/hotplug.h +++ b/include/hw/hotplug.h @@ -52,7 +52,7 @@ typedef void (*hotplug_fn)(HotplugHandler *plug_handler, * require asynchronous unplug handling. * @unplug: unplug callback. * Used for device removal with devices that implement - * asynchronous and synchronous (suprise) removal. + * asynchronous and synchronous (surprise) removal. */ typedef struct HotplugHandlerClass { /* */ diff --git a/tests/ahci-test.c b/tests/ahci-test.c index e77fa3a..b1a59f2 100644 --- a/tests/ahci-test.c +++ b/tests/ahci-test.c @@ -1289,7 +1289,7 @@ static void ahci_test_identify(QPCIDevice *ahci, void *hba_base) PX_WREG(i, AHCI_PX_IS, reg); g_assert_cmphex(PX_RREG(i, AHCI_PX_IS), ==, 0); - /* Wipe the FIS-Recieve Buffer */ + /* Wipe the FIS-Receive Buffer */ fb = PX_RREG(i, AHCI_PX_FB); g_assert_cmphex(fb, !=, 0); qmemset(fb, 0x00, 0x100); -- 1.7.10.4