提交 d2d6b857 编写于 作者: L Lei Li 提交者: Michael Tokarev

linux-user: Fix typo in comment

Signed-off-by: NLei Li <lilei@linux.vnet.ibm.com>
Reviewed-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 cbc8d595
...@@ -8236,7 +8236,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, ...@@ -8236,7 +8236,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
#ifdef TARGET_NR_madvise #ifdef TARGET_NR_madvise
case TARGET_NR_madvise: case TARGET_NR_madvise:
/* A straight passthrough may not be safe because qemu sometimes /* 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 will break MADV_DONTNEED.
This is a hint, so ignoring and returning success is ok. */ This is a hint, so ignoring and returning success is ok. */
ret = get_errno(0); ret = get_errno(0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册