From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugumi-0005c4-HK for qemu-devel@nongnu.org; Mon, 27 May 2013 06:36:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ugume-0002HF-Gu for qemu-devel@nongnu.org; Mon, 27 May 2013 06:36:12 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:39233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugumd-0002Gv-Tp for qemu-devel@nongnu.org; Mon, 27 May 2013 06:36:08 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 27 May 2013 20:27:18 +1000 Message-ID: <51A336F0.2020301@linux.vnet.ibm.com> Date: Mon, 27 May 2013 18:35:28 +0800 From: Lei Li MIME-Version: 1.0 References: <1369041650-22056-1-git-send-email-lilei@linux.vnet.ibm.com> <519A0488.60608@weilnetz.de> In-Reply-To: <519A0488.60608@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-user: Fix typo in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "mjt@tls.msk.ru >> Michael Tokarev" Cc: qemu-trivial@nongnu.org, Stefan Weil , qemu-devel On 05/20/2013 07:10 PM, Stefan Weil wrote: > Am 20.05.2013 11:20, schrieb Lei Li: >> Signed-off-by: Lei Li >> --- >> linux-user/syscall.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/linux-user/syscall.c b/linux-user/syscall.c >> index 30e93bc..72c6866 100644 >> --- a/linux-user/syscall.c >> +++ b/linux-user/syscall.c >> @@ -8236,7 +8236,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, >> #ifdef TARGET_NR_madvise >> case TARGET_NR_madvise: >> /* A straight passthrough may not be safe because qemu sometimes >> - turns private flie-backed mappings into anonymous mappings. >> + turns private file-backed mappings into anonymous mappings. >> This will break MADV_DONTNEED. >> This is a hint, so ignoring and returning success is ok. */ >> ret = get_errno(0); > Reviewed-by: Stefan Weil > PING? -- Lei