[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 9/9] include/exec/cpu-defs.h: fix typo
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH v1 9/9] include/exec/cpu-defs.h: fix typo |
Date: |
Wed, 28 Aug 2019 17:53:07 +0100 |
Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
---
include/exec/cpu-defs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index 189709b6deb..be946ba1ce5 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -231,7 +231,7 @@ typedef struct CPUTLB { } CPUTLB;
#endif /* !CONFIG_USER_ONLY && CONFIG_TCG */
/*
- * This structure must be placed in ArchCPU immedately
+ * This structure must be placed in ArchCPU immediately
* before CPUArchState, as a field named "neg".
*/
typedef struct CPUNegativeOffsetState {
--
2.20.1
- [Qemu-devel] [PATCH v1 0/9] arm semih-hosting cleanups and other misc cleanups, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 2/9] target/arm: handle A-profile T32 semihosting at translate time, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 6/9] tcg/README: fix typo s/afterwise/afterwards/, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 5/9] includes: remove stale [smp|max]_cpus externs, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 1/9] target/arm: handle M-profile semihosting at translate time, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 7/9] atomic_template: fix indentation in GEN_ATOMIC_HELPER, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 3/9] target/arm: handle A-profile A32 semihosting at translate time, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 4/9] target/arm: remove run time semihosting checks, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 9/9] include/exec/cpu-defs.h: fix typo,
Alex Bennée <=
- [Qemu-devel] [PATCH v1 8/9] accel/stubs: reduce headers from tcg-stub, Alex Bennée, 2019/08/28
- Re: [Qemu-devel] [PATCH v1 0/9] arm semih-hosting cleanups and other misc cleanups, Philippe Mathieu-Daudé, 2019/08/29