[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely
|
From: |
Michael Tokarev |
|
Subject: |
[PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely |
|
Date: |
Tue, 14 Nov 2023 19:58:22 +0300 |
Fixes: bb67ec32a0bb "target/hppa: Include PSW_P in tb flags and mmu index"
Fixes: d7553f3591bb "target/hppa: Populate an interval tree with valid tlb
entries"
Cc: Richard Henderson <richard.henderson@linaro.org>
---
target/hppa/cpu.h | 2 +-
target/hppa/machine.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
index cecec59700..80177c0df8 100644
--- a/target/hppa/cpu.h
+++ b/target/hppa/cpu.h
@@ -54,7 +54,7 @@
1 << MMU_PL2_IDX | 1 << MMU_PL2_P_IDX | \
1 << MMU_USER_IDX | 1 << MMU_USER_P_IDX)
-/* Indicies to flush for access_id changes. */
+/* Indices to flush for access_id changes. */
#define HPPA_MMU_FLUSH_P_MASK \
(1 << MMU_KERNEL_P_IDX | 1 << MMU_PL1_P_IDX | \
1 << MMU_PL2_P_IDX | 1 << MMU_USER_P_IDX)
diff --git a/target/hppa/machine.c b/target/hppa/machine.c
index 2f8e8cc5a1..15cbc5e6d0 100644
--- a/target/hppa/machine.c
+++ b/target/hppa/machine.c
@@ -129,7 +129,7 @@ static int tlb_post_load(void *opaque, int version_id)
/*
* Re-create the interval tree from the valid entries.
- * Truely invalid entries should have start == end == 0.
+ * Truly invalid entries should have start == end == 0.
* Otherwise it should be the in-flight tlb_partial entry.
*/
for (uint32_t i = 0; i < ARRAY_SIZE(env->tlb); ++i) {
--
2.39.2
- Re: [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't, (continued)
[PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements, Michael Tokarev, 2023/11/14
[PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses, Michael Tokarev, 2023/11/14
[PATCH trivial 04/21] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/14
[PATCH trivial 10/21] migration/rdma.c: spelling fix: asume, Michael Tokarev, 2023/11/14
[PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely,
Michael Tokarev <=
[PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage, Michael Tokarev, 2023/11/14
[PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining, Michael Tokarev, 2023/11/14
[PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects, Michael Tokarev, 2023/11/14
[PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, Michael Tokarev, 2023/11/14