qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@gnu.org>
To: Doug Evans <dje@google.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] net/slirp.c: Fix spelling error in error message
Date: Fri, 22 Jan 2021 01:44:23 +0100	[thread overview]
Message-ID: <20210122004423.hbr3mbup2klhqb6d@begin> (raw)
In-Reply-To: <20210122004251.843837-1-dje@google.com>

Doug Evans, le jeu. 21 janv. 2021 16:42:51 -0800, a ecrit:
> DNS should be DHCP
> 
> Signed-off-by: Doug Evans <dje@google.com>

Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

> ---
>  net/slirp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/slirp.c b/net/slirp.c
> index 8350c6d45f..be914c0be0 100644
> --- a/net/slirp.c
> +++ b/net/slirp.c
> @@ -473,7 +473,7 @@ static int net_slirp_init(NetClientState *peer, const char *model,
>          return -1;
>      }
>      if (dhcp.s_addr == host.s_addr || dhcp.s_addr == dns.s_addr) {
> -        error_setg(errp, "DNS must be different from host and DNS");
> +        error_setg(errp, "DHCP must be different from host and DNS");
>          return -1;
>      }
>  
> -- 
> 2.30.0.280.ga3ce27912f-goog
> 


  reply	other threads:[~2021-01-22  0:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22  0:42 [PATCH] net/slirp.c: Fix spelling error in error message dje--- via
2021-01-22  0:44 ` Samuel Thibault [this message]
2021-01-25 16:08 ` Philippe Mathieu-Daudé
2021-01-27 16:25   ` Laurent Vivier

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=20210122004423.hbr3mbup2klhqb6d@begin \
    --to=samuel.thibault@gnu.org \
    --cc=dje@google.com \
    --cc=qemu-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).