[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 13/21] linux-user/mmap.c: fix "of of" typo in comment
From: |
Michael Tokarev |
Subject: |
[PULL 13/21] linux-user/mmap.c: fix "of of" typo in comment |
Date: |
Wed, 7 May 2025 21:04:04 +0300 |
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
linux-user/mmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index f88a80c31e..002e1e668e 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
@@ -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,
--
2.39.5
- [PULL 05/21] hw/i386/acpi-build: Update document reference, (continued)
- [PULL 05/21] hw/i386/acpi-build: Update document reference, Michael Tokarev, 2025/05/07
- [PULL 04/21] hw/i386/acpi-build: Fix typo and grammar in comment, Michael Tokarev, 2025/05/07
- [PULL 06/21] hw/acpi/ich9: Remove ICH9_DEBUG macro, Michael Tokarev, 2025/05/07
- [PULL 07/21] hw/i386/acpi-build: Fix typo in function name, Michael Tokarev, 2025/05/07
- [PULL 08/21] hw/core/machine: Fix indentation, Michael Tokarev, 2025/05/07
- [PULL 09/21] qom/object: Fix typo in comment, Michael Tokarev, 2025/05/07
- [PULL 10/21] hw/net/e1000: Remove stray empty comment in header, Michael Tokarev, 2025/05/07
- [PULL 12/21] hw/acpi/pcihp: Fix typo in function name, Michael Tokarev, 2025/05/07
- [PULL 14/21] block.c: fix "the the" typo in comment, Michael Tokarev, 2025/05/07
- [PULL 11/21] hw/pci-host/gpex-acpi: Fix typo in comment, Michael Tokarev, 2025/05/07
- [PULL 13/21] linux-user/mmap.c: fix "of of" typo in comment,
Michael Tokarev <=
- [PULL 15/21] hw/xen/xen-hvm-common.c: fix "the the" typo in comment, Michael Tokarev, 2025/05/07
- [PULL 16/21] include/exec/cpu-common.h: fix "the the" typo in comment, Michael Tokarev, 2025/05/07
- [PULL 17/21] include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment, Michael Tokarev, 2025/05/07
- [PULL 18/21] qapi/qom.json: fix "the the" typo in comment, Michael Tokarev, 2025/05/07
- [PULL 20/21] qapi/machine-target.json: fix "in in" typo in comment, Michael Tokarev, 2025/05/07
- [PULL 21/21] docs: replace `-hda` with `-drive` & update `root=` kernel parameter, Michael Tokarev, 2025/05/07
- [PULL 19/21] hw/display/apple-gfx.m: fix "in in" typo in comment, Michael Tokarev, 2025/05/07