diff options
Diffstat (limited to 'target/hppa/machine.c')
-rw-r--r-- | target/hppa/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/hppa/machine.c b/target/hppa/machine.c index 2f8e8cc..15cbc5e 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) { |