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:
Michael Tokarev 2025-05-07 19:59:34 +03:00
parent 07153411cd
commit 688e4a6e77

View file

@ -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, * However, this case is rather common with executable images,
* so the workaround is important for even trivial tests, whereas * 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, static abi_long mmap_h_lt_g(abi_ulong start, abi_ulong len, int host_prot,
int mmap_flags, int page_flags, int fd, int mmap_flags, int page_flags, int fd,