All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Veres Lajos <vlajos@gmail.com>, Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
	Michael Tokarev <mjt@tls.msk.ru>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-trivial] [Qemu-devel] typofixes
Date: Tue, 8 Sep 2015 13:45:56 -0600	[thread overview]
Message-ID: <55EF3AF4.2090102@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1509081856120.7825@citymarket.hu>

[-- Attachment #1: Type: text/plain, Size: 749 bytes --]

On 09/08/2015 12:01 PM, Veres Lajos wrote:
> On Tue, 8 Sep 2015, Peter Maydell wrote:
> 

In addition to the problems Peter pointed out,

> +++ b/target-cris/translate.c
> @@ -103,8 +103,8 @@ typedef struct DisasContext {
>      int cc_size_uptodate; /* -1 invalid or last written value.  */
>  
>      int cc_x_uptodate;  /* 1 - ccs, 2 - known | X_FLAG. 0 not uptodate.  */
> -    int flags_uptodate; /* Wether or not $ccs is uptodate.  */
> -    int flagx_known; /* Wether or not flags_x has the x flag known at
> +    int flags_uptodate; /* Whether or not $ccs is uptodate.  */

s/uptodate/up-to-date/ in both comments

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Eric Blake <eblake@redhat.com>
To: Veres Lajos <vlajos@gmail.com>, Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
	Michael Tokarev <mjt@tls.msk.ru>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] typofixes
Date: Tue, 8 Sep 2015 13:45:56 -0600	[thread overview]
Message-ID: <55EF3AF4.2090102@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1509081856120.7825@citymarket.hu>

[-- Attachment #1: Type: text/plain, Size: 749 bytes --]

On 09/08/2015 12:01 PM, Veres Lajos wrote:
> On Tue, 8 Sep 2015, Peter Maydell wrote:
> 

In addition to the problems Peter pointed out,

> +++ b/target-cris/translate.c
> @@ -103,8 +103,8 @@ typedef struct DisasContext {
>      int cc_size_uptodate; /* -1 invalid or last written value.  */
>  
>      int cc_x_uptodate;  /* 1 - ccs, 2 - known | X_FLAG. 0 not uptodate.  */
> -    int flags_uptodate; /* Wether or not $ccs is uptodate.  */
> -    int flagx_known; /* Wether or not flags_x has the x flag known at
> +    int flags_uptodate; /* Whether or not $ccs is uptodate.  */

s/uptodate/up-to-date/ in both comments

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

  parent reply	other threads:[~2015-09-08 19:46 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-09 22:09 [Qemu-trivial] typofixes Veres Lajos
2015-08-10 21:42 ` Veres Lajos
2015-09-06 10:41   ` Michael Tokarev
2015-09-06 10:41     ` [Qemu-devel] typofixes Michael Tokarev
2015-09-07  6:47     ` [Qemu-trivial] " Markus Armbruster
2015-09-07  6:47       ` Markus Armbruster
2015-09-07  8:14       ` [Qemu-trivial] " Veres Lajos
2015-09-07  8:14         ` Veres Lajos
2015-09-07 15:25         ` [Qemu-trivial] " Markus Armbruster
2015-09-07 15:25           ` Markus Armbruster
2015-09-07 21:45 ` Veres Lajos
2015-09-08  7:17   ` Markus Armbruster
2015-09-08  8:26   ` [Qemu-trivial] " Peter Maydell
2015-09-08  8:26     ` Peter Maydell
2015-09-08 18:01     ` [Qemu-trivial] " Veres Lajos
2015-09-08 18:01       ` Veres Lajos
2015-09-08 18:10       ` [Qemu-trivial] " Peter Maydell
2015-09-08 18:10         ` Peter Maydell
2015-09-08 19:45       ` Eric Blake [this message]
2015-09-08 19:45         ` Eric Blake
2015-09-11  7:18     ` [Qemu-trivial] typofixes Michael Tokarev
2015-09-11  7:18       ` [Qemu-devel] typofixes Michael Tokarev

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=55EF3AF4.2090102@redhat.com \
    --to=eblake@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=vlajos@gmail.com \
    /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.