qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/slirp.c: Fix spelling error in error message
@ 2021-01-22  0:42 dje--- via
  2021-01-22  0:44 ` Samuel Thibault
  2021-01-25 16:08 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: dje--- via @ 2021-01-22  0:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Samuel Thibault, Doug Evans

DNS should be DHCP

Signed-off-by: Doug Evans <dje@google.com>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-27 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-22  0:42 [PATCH] net/slirp.c: Fix spelling error in error message dje--- via
2021-01-22  0:44 ` Samuel Thibault
2021-01-25 16:08 ` Philippe Mathieu-Daudé
2021-01-27 16:25   ` Laurent Vivier

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).