From b4952c3677170139541bc6bc14e9c2cfdc056181 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 14:41:39 +0100 Subject: misc: Fix new typos in comments recieve -> receive suprise -> surprise Cc: Igor Mammedov Cc: John Snow Signed-off-by: Stefan Weil Reviewed-by: John Snow Signed-off-by: Michael Tokarev --- tests/ahci-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ahci-test.c') diff --git a/tests/ahci-test.c b/tests/ahci-test.c index e77fa3a25c..b1a59f21a7 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); -- cgit v1.2.3-55-g7522