[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 15/34] accel/tcg: correct typos
From: |
Michael Tokarev |
Subject: |
[PULL 15/34] accel/tcg: correct typos |
Date: |
Thu, 22 Feb 2024 14:25:42 +0300 |
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
accel/tcg/ldst_atomicity.c.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/accel/tcg/ldst_atomicity.c.inc b/accel/tcg/ldst_atomicity.c.inc
index 33a04dec52..97dae70d53 100644
--- a/accel/tcg/ldst_atomicity.c.inc
+++ b/accel/tcg/ldst_atomicity.c.inc
@@ -76,7 +76,7 @@ static int required_atomicity(CPUState *cpu, uintptr_t p,
MemOp memop)
/*
* Examine the alignment of p to determine if there are subobjects
* that must be aligned. Note that we only really need ctz4() --
- * any more sigificant bits are discarded by the immediately
+ * any more significant bits are discarded by the immediately
* following comparison.
*/
tmp = ctz32(p);
--
2.39.2
- [PULL 01/34] hw/usb: Style cleanup, (continued)
- [PULL 01/34] hw/usb: Style cleanup, Michael Tokarev, 2024/02/22
- [PULL 05/34] target/i386/monitor: Remove unused 'hw/i386/pc.h' header, Michael Tokarev, 2024/02/22
- [PULL 08/34] hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h', Michael Tokarev, 2024/02/22
- [PULL 11/34] hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h', Michael Tokarev, 2024/02/22
- [PULL 03/34] hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS, Michael Tokarev, 2024/02/22
- [PULL 07/34] hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h', Michael Tokarev, 2024/02/22
- [PULL 09/34] hw/i386/port92: Add missing 'hw/isa/isa.h' header, Michael Tokarev, 2024/02/22
- [PULL 02/34] hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS, Michael Tokarev, 2024/02/22
- [PULL 13/34] docs: correct typos, Michael Tokarev, 2024/02/22
- [PULL 14/34] tests: correct typos, Michael Tokarev, 2024/02/22
- [PULL 15/34] accel/tcg: correct typos,
Michael Tokarev <=
- [PULL 16/34] loongson3: correct typos, Michael Tokarev, 2024/02/22
- [PULL 17/34] ppc: correct typos, Michael Tokarev, 2024/02/22
- [PULL 20/34] hw/arm/omap.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 19/34] include/exec/memory.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 18/34] sh4: correct typos, Michael Tokarev, 2024/02/22
- [PULL 21/34] hw/cxl/cxl_device.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 22/34] hw/net/npcm_gmac.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 23/34] hw/riscv/virt.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 25/34] qapi/ui: correct typos, Michael Tokarev, 2024/02/22
- [PULL 24/34] pc-bios/README: correct typos, Michael Tokarev, 2024/02/22