qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] typofixes


From: Eric Blake
Subject: Re: [Qemu-devel] typofixes
Date: Tue, 8 Sep 2015 13:45:56 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

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: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]