aboutsummaryrefslogtreecommitdiff
path: root/accel
diff options
context:
space:
mode:
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>2024-02-20 10:52:11 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-20 22:21:18 +0300
commit431eddb69ac658b2b25e07239d5e01c25712f5e8 (patch)
treeb2fd1de8a3533f02a6ec3bbbc92840b569555f0c /accel
parent35a5a331e4ff1b63f1e49f63e2f8b851aa54bf0d (diff)
downloadqemu-431eddb69ac658b2b25e07239d5e01c25712f5e8.zip
qemu-431eddb69ac658b2b25e07239d5e01c25712f5e8.tar.gz
qemu-431eddb69ac658b2b25e07239d5e01c25712f5e8.tar.bz2
accel/tcg: correct typos
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>
Diffstat (limited to 'accel')
-rw-r--r--accel/tcg/ldst_atomicity.c.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/ldst_atomicity.c.inc b/accel/tcg/ldst_atomicity.c.inc
index 33a04de..97dae70 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);