qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] Fix some typos found by codespell


From: Peter Maydell
Subject: Re: [Qemu-trivial] [PATCH] Fix some typos found by codespell
Date: Wed, 23 Mar 2016 16:36:33 +0000

On 23 March 2016 at 14:59, Stefan Weil <address@hidden> wrote:
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>
> I hope that it is fine not to split this in lots of
> small patches.

> --- a/qga/channel-win32.c
> +++ b/qga/channel-win32.c
> @@ -77,7 +77,7 @@ static gboolean ga_channel_prepare(GSource *source, gint 
> *timeout_ms)
>      }
>
>  out:
> -    /* dont block forever, iterate the main loop every once and a while */
> +    /* don't block forever, iterate the main loop every once and a while */

Should be "once in a while".

>      *timeout_ms = 500;
>      /* if there's data in the read buffer, or another event is pending,
>       * skip polling and issue user cb.

> --- a/util/timed-average.c
> +++ b/util/timed-average.c
> @@ -8,9 +8,9 @@
>   *   BenoƮt Canet <address@hidden>
>   *   Alberto Garcia <address@hidden>
>   *
> - * This program is free sofware: you can redistribute it and/or modify
> + * This program is free software: you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> - * the Free Sofware Foundation, either version 2 of the License, or
> + * the Free Software Foundation, either version 2 of the License, or
>   * (at your option) version 3 or any later version.
>   *
>   * This program is distributed in the hope that it will be useful,

...I wonder how we ended up with a license boilerplate with typos;
they're almost always just cut-n-pasted from another copy...

Otherwise
Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM


thanks
-- PMM



reply via email to

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