mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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:
parent
07153411cd
commit
688e4a6e77
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue