]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
linux-user/mmap.c: fix "of of" typo in comment
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2025 16:59:34 +0000 (19:59 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/mmap.c

index f88a80c31efe0fdfc74f9d92ebe42f17138548d4..002e1e668e631130526053599e1d18ffb4b4141a 100644 (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,
  * 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,