Re: [PATCH] fs/exec: fix typos and sentence disorder

2021-03-18 Thread Al Viro
On Thu, Mar 18, 2021 at 11:31:45PM +0800, Xiaofeng Cao wrote: > - * the address space in [new_end, old_start) some architectures > + * the address space in [new_end, old_start]. Some architectures [a,b] = {x: a <= x <= y} [a,b) = {x: a <= x < y} Not the

Re: [PATCH] fs/exec: fix typos and sentence disorder

2021-03-18 Thread Christian Brauner
On Thu, Mar 18, 2021 at 11:31:45PM +0800, Xiaofeng Cao wrote: > change 'backwords' to 'backwards' > change 'and argument' to 'an argument' > change 'visibile' to 'visible' > change 'wont't' to 'won't' > reorganize sentence > > Signed-off-by: Xiaofeng Cao > --- Reviewed-by: Christian Brauner

[PATCH] fs/exec: fix typos and sentence disorder

2021-03-18 Thread Xiaofeng Cao
change 'backwords' to 'backwards' change 'and argument' to 'an argument' change 'visibile' to 'visible' change 'wont't' to 'won't' reorganize sentence Signed-off-by: Xiaofeng Cao --- fs/exec.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fs/exec.c b/fs/exec.