qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comme


From: John Snow
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments
Date: Mon, 05 Jan 2015 11:51:01 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0



On 01/03/2015 08:41 AM, Stefan Weil wrote:
recieve -> receive
suprise -> surprise

Cc: Igor Mammedov <address@hidden>
Cc: John Snow <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
---
  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 {
      /* <private> */
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);


I seem to have missed a certain elementary school rhyme.

Reviewed-by: John Snow <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]