summaryrefslogtreecommitdiffstats
path: root/tests/ahci-test.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 14:41:39 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-01-15 10:44:13 +0300
commitb4952c3677170139541bc6bc14e9c2cfdc056181 (patch)
treebb33cd643adb0044e2cf1f0028e0cc5c0d391eb8 /tests/ahci-test.c
parent1281f8e3085b9149b8704419534f0e6f23c1fa64 (diff)
downloadhqemu-b4952c3677170139541bc6bc14e9c2cfdc056181.zip
hqemu-b4952c3677170139541bc6bc14e9c2cfdc056181.tar.gz
misc: Fix new typos in comments
recieve -> receive suprise -> surprise Cc: Igor Mammedov <imammedo@redhat.com> Cc: John Snow <jsnow@redhat.com> Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/ahci-test.c')
-rw-r--r--tests/ahci-test.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud