Re: [PATCH] Fix spelling errors.

2020-12-04 Thread Wei Liu
On Wed, Dec 02, 2020 at 10:05:31AM +0100, Jan Beulich wrote: > On 30.11.2020 18:39, Diederik de Haas wrote: > > Only spelling errors; no functional changes. > > > > In docs/misc/dump-core-format.txt there are a few more instances of > > 'informations'. I'll leave that up to someone who can properl

Re: [PATCH] Fix spelling errors.

2020-12-02 Thread Jan Beulich
On 30.11.2020 18:39, Diederik de Haas wrote: > Only spelling errors; no functional changes. > > In docs/misc/dump-core-format.txt there are a few more instances of > 'informations'. I'll leave that up to someone who can properly determine > how those sentences should be constructed. > > Signed-of

Re: [PATCH] Fix spelling errors.

2020-12-01 Thread Jan Beulich
On 30.11.2020 18:39, Diederik de Haas wrote: > --- a/xen/arch/x86/cpu/vpmu.c > +++ b/xen/arch/x86/cpu/vpmu.c > @@ -680,7 +680,7 @@ static void pvpmu_finish(struct domain *d, > xen_pmu_params_t *params) > vcpu_unpause(v); > } > > -/* Dump some vpmu informations on console. Used in keyha

[PATCH] Fix spelling errors.

2020-11-30 Thread Diederik de Haas
Only spelling errors; no functional changes. In docs/misc/dump-core-format.txt there are a few more instances of 'informations'. I'll leave that up to someone who can properly determine how those sentences should be constructed. Signed-off-by: Diederik de Haas Please CC me in replies as I'm not

Re: [PATCH] Fix spelling errors.

2020-11-30 Thread Stefano Stabellini
On Mon, 30 Nov 2020, Diederik de Haas wrote: > Only spelling errors; no functional changes. > > In docs/misc/dump-core-format.txt there are a few more instances of > 'informations'. I'll leave that up to someone who can properly determine > how those sentences should be constructed. > > Signed-of