From: Stefan Weil <sw@weilnetz.de>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] Fix spelling (prefered -> preferred)
Date: Sun, 18 Nov 2012 20:35:24 +0100 [thread overview]
Message-ID: <50A9387C.3040808@weilnetz.de> (raw)
In-Reply-To: <1351840452-481-1-git-send-email-sw@weilnetz.de>
Am 02.11.2012 08:14, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil<sw@weilnetz.de>
> ---
> configure | 2 +-
> net/tap-win32.c | 7 ++++---
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/configure b/configure
> index 79701ea..860859b 100755
> --- a/configure
> +++ b/configure
> @@ -2115,7 +2115,7 @@ if test "$pixman" = "system"; then
> else
> if test ! -d ${source_path}/pixman/pixman; then
> echo "ERROR: pixman not present. Your options:"
> - echo " (1) Prefered: Install the pixman devel package (any recent"
> + echo " (1) Preferred: Install the pixman devel package (any recent"
> echo " distro should have packages as Xorg needs pixman too)."
> echo " (2) Fetch the pixman submodule, using:"
> echo " git submodule update --init pixman"
> diff --git a/net/tap-win32.c b/net/tap-win32.c
> index 8d2d32b..f9bd741 100644
> --- a/net/tap-win32.c
> +++ b/net/tap-win32.c
> @@ -565,7 +565,7 @@ static void tap_win32_free_buffer(tap_win32_overlapped_t *overlapped,
> }
>
> static int tap_win32_open(tap_win32_overlapped_t **phandle,
> - const char *prefered_name)
> + const char *preferred_name)
> {
> char device_path[256];
> char device_guid[0x100];
> @@ -581,8 +581,9 @@ static int tap_win32_open(tap_win32_overlapped_t **phandle,
> DWORD version_len;
> DWORD idThread;
>
> - if (prefered_name != NULL)
> - snprintf(name_buffer, sizeof(name_buffer), "%s", prefered_name);
> + if (preferred_name != NULL) {
> + snprintf(name_buffer, sizeof(name_buffer), "%s", preferred_name);
> + }
>
> rc = get_device_guid(device_guid, sizeof(device_guid), name_buffer, sizeof(name_buffer));
> if (rc)
>
ping?
WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi <stefanha@gmail.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix spelling (prefered -> preferred)
Date: Sun, 18 Nov 2012 20:35:24 +0100 [thread overview]
Message-ID: <50A9387C.3040808@weilnetz.de> (raw)
In-Reply-To: <1351840452-481-1-git-send-email-sw@weilnetz.de>
Am 02.11.2012 08:14, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil<sw@weilnetz.de>
> ---
> configure | 2 +-
> net/tap-win32.c | 7 ++++---
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/configure b/configure
> index 79701ea..860859b 100755
> --- a/configure
> +++ b/configure
> @@ -2115,7 +2115,7 @@ if test "$pixman" = "system"; then
> else
> if test ! -d ${source_path}/pixman/pixman; then
> echo "ERROR: pixman not present. Your options:"
> - echo " (1) Prefered: Install the pixman devel package (any recent"
> + echo " (1) Preferred: Install the pixman devel package (any recent"
> echo " distro should have packages as Xorg needs pixman too)."
> echo " (2) Fetch the pixman submodule, using:"
> echo " git submodule update --init pixman"
> diff --git a/net/tap-win32.c b/net/tap-win32.c
> index 8d2d32b..f9bd741 100644
> --- a/net/tap-win32.c
> +++ b/net/tap-win32.c
> @@ -565,7 +565,7 @@ static void tap_win32_free_buffer(tap_win32_overlapped_t *overlapped,
> }
>
> static int tap_win32_open(tap_win32_overlapped_t **phandle,
> - const char *prefered_name)
> + const char *preferred_name)
> {
> char device_path[256];
> char device_guid[0x100];
> @@ -581,8 +581,9 @@ static int tap_win32_open(tap_win32_overlapped_t **phandle,
> DWORD version_len;
> DWORD idThread;
>
> - if (prefered_name != NULL)
> - snprintf(name_buffer, sizeof(name_buffer), "%s", prefered_name);
> + if (preferred_name != NULL) {
> + snprintf(name_buffer, sizeof(name_buffer), "%s", preferred_name);
> + }
>
> rc = get_device_guid(device_guid, sizeof(device_guid), name_buffer, sizeof(name_buffer));
> if (rc)
>
ping?
next prev parent reply other threads:[~2012-11-18 19:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 7:14 [Qemu-trivial] [PATCH] Fix spelling (prefered -> preferred) Stefan Weil
2012-11-02 7:14 ` [Qemu-devel] " Stefan Weil
2012-11-18 19:35 ` Stefan Weil [this message]
2012-11-18 19:35 ` Stefan Weil
2012-11-19 8:35 ` [Qemu-trivial] " Stefan Hajnoczi
2012-11-19 8:35 ` [Qemu-devel] " Stefan Hajnoczi
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=50A9387C.3040808@weilnetz.de \
--to=sw@weilnetz.de \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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.