linux-user/mmap.c: fix "of of" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
@@ -645,7 +645,7 @@ static abi_long mmap_h_eq_g(abi_ulong start, abi_ulong len,
|
||||
*
|
||||
* However, this case is rather common with executable images,
|
||||
* so the workaround is important for even trivial tests, whereas
|
||||
* the mmap of of a file being extended is less common.
|
||||
* the mmap of a file being extended is less common.
|
||||
*/
|
||||
static abi_long mmap_h_lt_g(abi_ulong start, abi_ulong len, int host_prot,
|
||||
int mmap_flags, int page_flags, int fd,
|
||||
|
||||
Reference in New Issue
Block a user