qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
@ 2012-09-27 18:57 Stefan Weil
  2012-09-27 19:07 ` Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefan Weil @ 2012-09-27 18:57 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Jan Kiszka, qemu-devel, Stefan Weil

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---

As a non native speaker, I feel that 'ensure' is better here than 'insure'.
Could a native speaker please confirm that?

Thanks,

Stefan

 slirp/ip_icmp.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slirp/ip_icmp.h b/slirp/ip_icmp.h
index 1a1af91..be4426b 100644
--- a/slirp/ip_icmp.h
+++ b/slirp/ip_icmp.h
@@ -92,8 +92,8 @@ struct icmp {
 
 /*
  * Lower bounds on packet lengths for various types.
- * For the error advice packets must first insure that the
- * packet is large enought to contain the returned ip header.
+ * For the error advice packets must first ensure that the
+ * packet is large enough to contain the returned ip header.
  * Only then can we do the check to see if 64 bits of packet
  * data have been returned, since we need to check the returned
  * ip header length.
-- 
1.7.10

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

end of thread, other threads:[~2012-10-05 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 18:57 [Qemu-devel] [PATCH] slirp: Fix spelling in comment (enought -> enough, insure -> ensure) Stefan Weil
2012-09-27 19:07 ` Peter Maydell
2012-09-27 19:13 ` Eric Blake
2012-09-27 20:49   ` Stefan Weil
2012-10-05 12:25 ` Stefan Hajnoczi

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