* [Qemu-devel] [PATCH] Fix comments (adress -> address, layed -> laid, wierd -> weird)
@ 2012-11-02 7:29 Stefan Weil
2012-11-18 19:34 ` Stefan Weil
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2012-11-02 7:29 UTC (permalink / raw)
To: qemu-trivial; +Cc: Stefan Weil, qemu-devel
Remove also a duplicated 'the'.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
slirp/ip_icmp.c | 2 +-
tcg/tcg.h | 4 ++--
uri.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/slirp/ip_icmp.c b/slirp/ip_icmp.c
index d571fd0..9f1cb08 100644
--- a/slirp/ip_icmp.c
+++ b/slirp/ip_icmp.c
@@ -352,7 +352,7 @@ icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
ip->ip_ttl = MAXTTL;
ip->ip_p = IPPROTO_ICMP;
- ip->ip_dst = ip->ip_src; /* ip adresses */
+ ip->ip_dst = ip->ip_src; /* ip addresses */
ip->ip_src = m->slirp->vhost_addr;
(void ) ip_output((struct socket *)NULL, m);
diff --git a/tcg/tcg.h b/tcg/tcg.h
index a6c9256..db86a73 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -272,8 +272,8 @@ typedef int TCGv_i64;
#define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1)
#define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))
-/* Conditions. Note that these are layed out for easy manipulation by
- the the functions below:
+/* Conditions. Note that these are laid out for easy manipulation by
+ the functions below:
bit 0 is used for inverting;
bit 1 is signed,
bit 2 is unsigned,
diff --git a/uri.c b/uri.c
index dd922de..138547b 100644
--- a/uri.c
+++ b/uri.c
@@ -432,7 +432,7 @@ rfc3986_parse_host(URI *uri, const char **str)
host = cur;
/*
- * IPv6 and future adressing scheme are enclosed between brackets
+ * IPv6 and future addressing scheme are enclosed between brackets
*/
if (*cur == '[') {
cur++;
@@ -1917,7 +1917,7 @@ done:
* http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif
*
*
- * Note: if the URI reference is really wierd or complicated, it may be
+ * Note: if the URI reference is really weird or complicated, it may be
* worthwhile to first convert it into a "nice" one by calling
* uri_resolve (using 'base') before calling this routine,
* since this routine (for reasonable efficiency) assumes URI has
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Fix comments (adress -> address, layed -> laid, wierd -> weird)
2012-11-02 7:29 [Qemu-devel] [PATCH] Fix comments (adress -> address, layed -> laid, wierd -> weird) Stefan Weil
@ 2012-11-18 19:34 ` Stefan Weil
2012-11-19 8:36 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2012-11-18 19:34 UTC (permalink / raw)
To: qemu-trivial; +Cc: qemu-devel
Am 02.11.2012 08:29, schrieb Stefan Weil:
> Remove also a duplicated 'the'.
>
> Signed-off-by: Stefan Weil<sw@weilnetz.de>
> ---
> slirp/ip_icmp.c | 2 +-
> tcg/tcg.h | 4 ++--
> uri.c | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/slirp/ip_icmp.c b/slirp/ip_icmp.c
> index d571fd0..9f1cb08 100644
> --- a/slirp/ip_icmp.c
> +++ b/slirp/ip_icmp.c
> @@ -352,7 +352,7 @@ icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
>
> ip->ip_ttl = MAXTTL;
> ip->ip_p = IPPROTO_ICMP;
> - ip->ip_dst = ip->ip_src; /* ip adresses */
> + ip->ip_dst = ip->ip_src; /* ip addresses */
> ip->ip_src = m->slirp->vhost_addr;
>
> (void ) ip_output((struct socket *)NULL, m);
> diff --git a/tcg/tcg.h b/tcg/tcg.h
> index a6c9256..db86a73 100644
> --- a/tcg/tcg.h
> +++ b/tcg/tcg.h
> @@ -272,8 +272,8 @@ typedef int TCGv_i64;
> #define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1)
> #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))
>
> -/* Conditions. Note that these are layed out for easy manipulation by
> - the the functions below:
> +/* Conditions. Note that these are laid out for easy manipulation by
> + the functions below:
> bit 0 is used for inverting;
> bit 1 is signed,
> bit 2 is unsigned,
> diff --git a/uri.c b/uri.c
> index dd922de..138547b 100644
> --- a/uri.c
> +++ b/uri.c
> @@ -432,7 +432,7 @@ rfc3986_parse_host(URI *uri, const char **str)
>
> host = cur;
> /*
> - * IPv6 and future adressing scheme are enclosed between brackets
> + * IPv6 and future addressing scheme are enclosed between brackets
> */
> if (*cur == '[') {
> cur++;
> @@ -1917,7 +1917,7 @@ done:
> * http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif
> *
> *
> - * Note: if the URI reference is really wierd or complicated, it may be
> + * Note: if the URI reference is really weird or complicated, it may be
> * worthwhile to first convert it into a "nice" one by calling
> * uri_resolve (using 'base') before calling this routine,
> * since this routine (for reasonable efficiency) assumes URI has
>
ping?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Fix comments (adress -> address, layed -> laid, wierd -> weird)
2012-11-18 19:34 ` Stefan Weil
@ 2012-11-19 8:36 ` Stefan Hajnoczi
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-11-19 8:36 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
On Sun, Nov 18, 2012 at 08:34:11PM +0100, Stefan Weil wrote:
> Am 02.11.2012 08:29, schrieb Stefan Weil:
> >Remove also a duplicated 'the'.
> >
> >Signed-off-by: Stefan Weil<sw@weilnetz.de>
> >---
> > slirp/ip_icmp.c | 2 +-
> > tcg/tcg.h | 4 ++--
> > uri.c | 4 ++--
> > 3 files changed, 5 insertions(+), 5 deletions(-)
> >
> >diff --git a/slirp/ip_icmp.c b/slirp/ip_icmp.c
> >index d571fd0..9f1cb08 100644
> >--- a/slirp/ip_icmp.c
> >+++ b/slirp/ip_icmp.c
> >@@ -352,7 +352,7 @@ icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
> >
> > ip->ip_ttl = MAXTTL;
> > ip->ip_p = IPPROTO_ICMP;
> >- ip->ip_dst = ip->ip_src; /* ip adresses */
> >+ ip->ip_dst = ip->ip_src; /* ip addresses */
> > ip->ip_src = m->slirp->vhost_addr;
> >
> > (void ) ip_output((struct socket *)NULL, m);
> >diff --git a/tcg/tcg.h b/tcg/tcg.h
> >index a6c9256..db86a73 100644
> >--- a/tcg/tcg.h
> >+++ b/tcg/tcg.h
> >@@ -272,8 +272,8 @@ typedef int TCGv_i64;
> > #define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1)
> > #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))
> >
> >-/* Conditions. Note that these are layed out for easy manipulation by
> >- the the functions below:
> >+/* Conditions. Note that these are laid out for easy manipulation by
> >+ the functions below:
> > bit 0 is used for inverting;
> > bit 1 is signed,
> > bit 2 is unsigned,
> >diff --git a/uri.c b/uri.c
> >index dd922de..138547b 100644
> >--- a/uri.c
> >+++ b/uri.c
> >@@ -432,7 +432,7 @@ rfc3986_parse_host(URI *uri, const char **str)
> >
> > host = cur;
> > /*
> >- * IPv6 and future adressing scheme are enclosed between brackets
> >+ * IPv6 and future addressing scheme are enclosed between brackets
> > */
> > if (*cur == '[') {
> > cur++;
> >@@ -1917,7 +1917,7 @@ done:
> > * http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif
> > *
> > *
> >- * Note: if the URI reference is really wierd or complicated, it may be
> >+ * Note: if the URI reference is really weird or complicated, it may be
> > * worthwhile to first convert it into a "nice" one by calling
> > * uri_resolve (using 'base') before calling this routine,
> > * since this routine (for reasonable efficiency) assumes URI has
>
> ping?
>
Thanks, applied to the trivial patches tree. There is currently a
pending pull request - this patch will be in the next pull request.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-19 8:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 7:29 [Qemu-devel] [PATCH] Fix comments (adress -> address, layed -> laid, wierd -> weird) Stefan Weil
2012-11-18 19:34 ` Stefan Weil
2012-11-19 8:36 ` 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).