On Fri, 18 Mar 2022 at 17:30, Peter Maydell <[email protected]> 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 <[email protected]>

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

thanks
-- PMM

Reply via email to