]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hppa/machine.c
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[mirror_qemu.git] / target / hppa / machine.c
index 2f8e8cc5a1153b24cb148cdc8ad2dec6b13cd7d0..15cbc5e6d037afe531a76217ab254f758e9bd5ef 100644 (file)
@@ -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) {