From: John Snow <jsnow@redhat.com>
To: Stefan Weil <sw@weilnetz.de>, QEMU Trivial <qemu-trivial@nongnu.org>
Cc: Igor Mammedov <imammedo@redhat.com>,
QEMU Developer <qemu-devel@nongnu.org>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments
Date: Mon, 05 Jan 2015 11:51:01 -0500 [thread overview]
Message-ID: <54AAC0F5.2030807@redhat.com> (raw)
In-Reply-To: <1420292499-8596-4-git-send-email-sw@weilnetz.de>
On 01/03/2015 08:41 AM, Stefan Weil wrote:
> recieve -> receive
> suprise -> surprise
>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: John Snow <jsnow@redhat.com>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> 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 <jsnow@redhat.com>
WARNING: multiple messages have this Message-ID (diff)
From: John Snow <jsnow@redhat.com>
To: Stefan Weil <sw@weilnetz.de>, QEMU Trivial <qemu-trivial@nongnu.org>
Cc: Igor Mammedov <imammedo@redhat.com>,
QEMU Developer <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments
Date: Mon, 05 Jan 2015 11:51:01 -0500 [thread overview]
Message-ID: <54AAC0F5.2030807@redhat.com> (raw)
In-Reply-To: <1420292499-8596-4-git-send-email-sw@weilnetz.de>
On 01/03/2015 08:41 AM, Stefan Weil wrote:
> recieve -> receive
> suprise -> surprise
>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: John Snow <jsnow@redhat.com>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> 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 <jsnow@redhat.com>
next prev parent reply other threads:[~2015-01-05 19:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-03 13:41 [Qemu-trivial] [PATCH 0/3] Fix new typos found by codespell Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] " Stefan Weil
2015-01-03 13:41 ` [Qemu-trivial] [PATCH 1/3] target-tricore: Fix new typos Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] " Stefan Weil
2015-01-03 13:41 ` [Qemu-trivial] [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately) Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] " Stefan Weil
2015-01-03 13:41 ` [Qemu-trivial] [PATCH 3/3] misc: Fix new typos in comments Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] " Stefan Weil
2015-01-05 16:51 ` John Snow [this message]
2015-01-05 16:51 ` John Snow
2015-01-12 8:53 ` [Qemu-trivial] [PATCH 0/3] Fix new typos found by codespell Michael Tokarev
2015-01-12 8:53 ` [Qemu-devel] " Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54AAC0F5.2030807@redhat.com \
--to=jsnow@redhat.com \
--cc=imammedo@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.