aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-08-23 09:53:19 +0300
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-08-31 19:47:43 +0200
commitd5c9fa47082e25227485e7e4605bc3058f0fb93c (patch)
tree270d9d207fabf21d8c89b751a4c9f70e97513818 /hw/mips
parent33a5230782e1bc51868fcb7a8be91c6df713489e (diff)
downloadqemu-d5c9fa47082e25227485e7e4605bc3058f0fb93c.zip
qemu-d5c9fa47082e25227485e7e4605bc3058f0fb93c.tar.gz
qemu-d5c9fa47082e25227485e7e4605bc3058f0fb93c.tar.bz2
hw/mips: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-7-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/malta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/malta.c b/hw/mips/malta.c
index f9618fa..16e9c47 100644
--- a/hw/mips/malta.c
+++ b/hw/mips/malta.c
@@ -627,7 +627,7 @@ static void bl_setup_gt64120_jump_kernel(void **p, uint64_t run_addr,
10, 10, 11, 11 /* PIIX IRQRC[A:D] */
};
- /* Bus endianess is always reversed */
+ /* Bus endianness is always reversed */
#if TARGET_BIG_ENDIAN
#define cpu_to_gt32(x) (x)
#else