aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64/tcg-target.c.inc
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-08-23 09:53:16 +0300
committerRichard Henderson <richard.henderson@linaro.org>2023-08-24 11:22:42 -0700
commit4daad8d9d6b9d426beb8ce505d2164ba36ea3168 (patch)
tree5d22483b959e0ff8a69ca6ab1a2e956179c76b9e /tcg/aarch64/tcg-target.c.inc
parentb08caa6d50d45debfb67822a3c667e12a29ba437 (diff)
downloadqemu-4daad8d9d6b9d426beb8ce505d2164ba36ea3168.zip
qemu-4daad8d9d6b9d426beb8ce505d2164ba36ea3168.tar.gz
qemu-4daad8d9d6b9d426beb8ce505d2164ba36ea3168.tar.bz2
tcg: spelling fixes
Acked-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-Id: <20230823065335.1919380-4-mjt@tls.msk.ru> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64/tcg-target.c.inc')
-rw-r--r--tcg/aarch64/tcg-target.c.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/aarch64/tcg-target.c.inc b/tcg/aarch64/tcg-target.c.inc
index 7d8d114..0931a69 100644
--- a/tcg/aarch64/tcg-target.c.inc
+++ b/tcg/aarch64/tcg-target.c.inc
@@ -3098,7 +3098,7 @@ static void tcg_target_qemu_prologue(TCGContext *s)
#if !defined(CONFIG_SOFTMMU)
/*
* Note that XZR cannot be encoded in the address base register slot,
- * as that actaully encodes SP. Depending on the guest, we may need
+ * as that actually encodes SP. Depending on the guest, we may need
* to zero-extend the guest address via the address index register slot,
* therefore we need to load even a zero guest base into a register.
*/