On 6 August 2012 17:33, Peter Maydell <peter.mayd...@linaro.org> wrote: > Fix a variety of typos in comments in target-arm files.
> -/* Handling addition overflow with 64 bits inputs values is more > - * tricky than with 32 bits values. */ > +/* Handling addition overflow with 64 bit inputs values is more > + * tricky than with 32 bit values. */ In accordance with Muphry's Law (http://en.wikipedia.org/wiki/Muphry%27s_law) I've just noticed an error here: should be 'input', not 'inputs'. Will send v2 patch in a bit... -- PMM