qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2] fix some common typos


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCHv2] fix some common typos
Date: Wed, 9 May 2012 16:13:10 +0100

On 9 May 2012 16:12, Jim Meyering <address@hidden> wrote:
>
> These were identified using: http://github.com/lyda/misspell-check
> and run like this to create a bourne shell script using GNU sed's
> -i option:
>
> git ls-files|grep -vF .bin | misspellings -f - |grep -v '^ERROR:' |perl \
> -pe 's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'
>
> Manually eliding the FP, "rela->real" and resolving "addres" to
> address (not "adders") we get this:
>
>  sed -i '450s!thru!through!' Changelog
>  sed -i '260s!neccessary!necessary!' coroutine-sigaltstack.c
>  sed -i '54s!miniscule!minuscule!' disas.c
>  sed -i '1094s!thru!through!' hw/usb/hcd-ehci.c
>  sed -i '1095s!thru!through!' hw/usb/hcd-ehci.c
>  sed -i '21s!unecessary!unnecessary!' qapi-schema-guest.json
>  sed -i '307s!explictly!explicitly!' qemu-ga.c
>  sed -i '490s!preceeding!preceding!' qga/commands-posix.c
>  sed -i '792s!addres!address!' qga/commands-posix.c
>  sed -i '6s!beeing!being!' tests/tcg/test-mmap.c
>
> Also, manually fix "arithmentic", spotted by Peter Maydell:
>
>  sed -i 's!arithmentic!arithmetic!' coroutine-sigaltstack.c
>
> Signed-off-by: Jim Meyering <address@hidden>

Reviewed-by: Peter Maydell <address@hidden>

-- PMM



reply via email to

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