qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] Spelling fixes in comments (it's


From: Andreas Färber
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] Spelling fixes in comments (it's -> its)
Date: Sun, 26 Feb 2012 18:18:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2

Am 26.02.2012 14:35, schrieb Stefan Weil:
> * it's -> its (fixed for all files)
> * dont -> don't (only fixed in a line which was touched by the previous fix)
> 
> Signed-off-by: Stefan Weil <address@hidden>

Reviewed-by: Andreas Färber <address@hidden>

Except for one omission:

> ---
>  configure               |    2 +-
>  hw/exynos4210_mct.c     |    2 +-
>  hw/usb-ccid.c           |    2 +-
>  include/qemu/object.h   |    4 ++--
>  kvm-all.c               |    2 +-
>  libcacard/vscclient.c   |    2 +-
>  linux-user/signal.c     |    2 +-
>  qemu-file.h             |    2 +-
>  target-mips/op_helper.c |    2 +-
>  9 files changed, 10 insertions(+), 10 deletions(-)

> diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c
> index c51b9cb..7d6773d 100644
> --- a/target-mips/op_helper.c
> +++ b/target-mips/op_helper.c
> @@ -1930,7 +1930,7 @@ target_ulong helper_evpe(void)
>  
>      do {
>          if (other_cpu != env
> -           /* If the VPE is WFI, dont distrub it's sleep.  */
> +           /* If the VPE is WFI, don't distrub its sleep.  */

While at it, please also fix "disturb". :)

Also I've generally wondered if there is a reason for having two spaces
before */? Some do, some don't.

Andreas

>             && !mips_vpe_is_wfi(other_cpu)) {
>              /* Enable the VPE.  */
>              other_cpu->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP);

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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