Commit 1667cf6b7d for qemu.org

commit 1667cf6b7dc393c4887327144944db14c25d4b38
Author: Michael Tokarev <mjt@tls.msk.ru>
Date:   Thu Jul 16 09:29:26 2026 +0300

    spelling: happend

    Fixes: 44adb5fcc20d "target/riscv: Remove spike as default machine"
    Fixes: 48814111366b "migration: Always set DEVICE state"
    Fixes: 3345fb3b6d7f "migration/postcopy: Add latency distribution report for blocktime"
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index f7a2aa326d..0735b4ea1d 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -1241,7 +1241,7 @@ RISC-V default machine (removed in 11.1)
 ''''''''''''''''''''''''''''''''''''''''

 RISC-V used to define ``spike`` as the default machine if no machine option
-was given via the command line.  This happend because ``spike`` was the first
+was given via the command line.  This happened because ``spike`` was the first
 RISC-V machine implemented in QEMU and setting it as default was
 convenient at that time.  Now we have 7 riscv64 and 6 riscv32 machines
 and having ``spike`` as a default is no longer justified.
diff --git a/migration/migration.c b/migration/migration.c
index 9736c14458..9df6da131c 100644
--- a/migration/migration.c
+++ b/migration/migration.c
@@ -2806,7 +2806,7 @@ static bool migration_switchover_prepare(MigrationState *s)
     bql_lock();
     /*
      * After BQL released and retaken, the state can be CANCELLING if it
-     * happend during sem_wait().. Only change the state if it's still
+     * happened during sem_wait().. Only change the state if it's still
      * pre-switchover.
      */
     migrate_set_state(&s->state, MIGRATION_STATUS_PRE_SWITCHOVER,
diff --git a/qapi/migration.json b/qapi/migration.json
index 66bd900465..b1eaf7b054 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -270,8 +270,8 @@
 #     (Since 10.1)
 #
 # @postcopy-non-vcpu-latency: average remote page fault latency for
-#     all faults happend in non-vCPU threads (in ns).  It has the same
-#     definition of @postcopy-latency but this only provides
+#     all faults happened in non-vCPU threads (in ns).  It has the
+#     same definition of @postcopy-latency but this only provides
 #     statistics to non-vCPU faults.  This is only present when the
 #     postcopy-blocktime migration capability is enabled.
 #     (Since 10.1)