[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 09/21] qom/object: Fix typo in comment
From: |
Michael Tokarev |
Subject: |
[PULL 09/21] qom/object: Fix typo in comment |
Date: |
Wed, 7 May 2025 21:04:00 +0300 |
From: Gustavo Romero <gustavo.romero@linaro.org>
Fix duplicate preposition in comment.
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
qom/object.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qom/object.c b/qom/object.c
index 664f0f24ae..7b013f40a0 100644
--- a/qom/object.c
+++ b/qom/object.c
@@ -485,7 +485,7 @@ bool object_apply_global_props(Object *obj, const GPtrArray
*props,
* Slot 0: accelerator's global property defaults
* Slot 1: machine's global property defaults
* Slot 2: global properties from legacy command line option
- * Each is a GPtrArray of of GlobalProperty.
+ * Each is a GPtrArray of GlobalProperty.
* Applied in order, later entries override earlier ones.
*/
static GPtrArray *object_compat_props[3];
--
2.39.5
- [PULL 00/21] Trivial patches for 2025-05-07, Michael Tokarev, 2025/05/07
- [PULL 01/21] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall, Michael Tokarev, 2025/05/07
- [PULL 03/21] hw/isa/ich9: Remove stray empty comment, Michael Tokarev, 2025/05/07
- [PULL 02/21] hw/pci/pci.c: Turn DPRINTF into trace events, Michael Tokarev, 2025/05/07
- [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 <=
- [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, 2025/05/07
- [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