qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] linux-user: Fix typo in comment


From: Lei Li
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] linux-user: Fix typo in comment
Date: Mon, 27 May 2013 18:35:28 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 05/20/2013 07:10 PM, Stefan Weil wrote:
Am 20.05.2013 11:20, schrieb Lei Li:
Signed-off-by: Lei Li <address@hidden>
---
  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 <address@hidden>

PING?


--
Lei




reply via email to

[Prev in Thread] Current Thread [Next in Thread]