From d2d6b8576ccf0de429fb96ea6ab9669d8e916085 Mon Sep 17 00:00:00 2001 From: Lei Li Date: Mon, 20 May 2013 17:20:50 +0800 Subject: linux-user: Fix typo in comment Signed-off-by: Lei Li Reviewed-by: Stefan Weil Signed-off-by: Michael Tokarev --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 1b3c0ed..0099d64 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); -- cgit v1.1