qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix 'writeable' typos


From: Stefan Weil
Subject: Re: [PATCH] Fix 'writeable' typos
Date: Tue, 26 Apr 2022 17:15:01 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

Am 26.04.22 um 17:04 schrieb Peter Maydell:
On Fri, 18 Mar 2022 at 17:30, Peter Maydell <peter.maydell@linaro.org> wrote:

We have about 25 instances of the typo/variant spelling 'writeable',
and over 500 of the more common 'writable'.  Standardize on the
latter.

Change produced with:

  sed -i -e 's/writeable/writable/g' $(git grep -l writeable)

and then hand-undoing the instance in linux-headers/linux/kvm.h.

All these changes are in comments or documentation, except for the
two local variables in accel/hvf/hvf-accel-ops.c and
accel/kvm/kvm-all.c.


Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Ping for this to go via qemu-trivial now 7.0 has been released
(patch has been reviewed).

thanks
-- PMM

You missed the one and only "Writeable". :-)

It's trivial to fix that, too, so maybe qemu-trivial can do that
without a v2.

Reviewed-by: Stefan Weil <sw@weilnetz.de>




reply via email to

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