All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] linux-user: Fix typo in comment
@ 2013-05-20  9:20 ` Lei Li
  0 siblings, 0 replies; 8+ messages in thread
From: Lei Li @ 2013-05-20  9:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Lei Li

Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
---
 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);
-- 
1.7.7.6



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-27 19:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20  9:20 [Qemu-trivial] [PATCH] linux-user: Fix typo in comment Lei Li
2013-05-20  9:20 ` [Qemu-devel] " Lei Li
2013-05-20 11:10 ` [Qemu-trivial] " Stefan Weil
2013-05-20 11:10   ` Stefan Weil
2013-05-27 10:35   ` [Qemu-trivial] " Lei Li
2013-05-27 10:35     ` Lei Li
2013-05-27 19:39 ` [Qemu-trivial] " Michael Tokarev
2013-05-27 19:39   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.