[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YFOCLtsiqyThIkdK@zeniv-ca.linux.org.uk>
Date: Thu, 18 Mar 2021 16:39:10 +0000
From: Al Viro <viro@...iv.linux.org.uk>
To: Xiaofeng Cao <cxfcosmos@...il.com>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Xiaofeng Cao <caoxiaofeng@...ong.com>
Subject: Re: [PATCH] fs/exec: fix typos and sentence disorder
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 same thing - closed vs. open on the right end.
Powered by blists - more mailing lists