migration: Fix "switchover" used as a verb in comments and docs

"Switchover" is a noun; the verb form is "switch over".  Replace all
instances where "switchover" was incorrectly used as a verb in comments
and documentation.

Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260706085211.13905-17-avihaih@nvidia.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
Avihai Horon
2026-07-06 11:52:11 +03:00
committed by Cédric Le Goater
parent 511b786d13
commit 4abebba9f1
4 changed files with 8 additions and 8 deletions

View File

@@ -3418,7 +3418,7 @@ static MigIterateState migration_iteration_run(MigrationState *s)
migration_iteration_go_next(s, &pending);
}
/* Check can switchover after qemu_savevm_query_pending() */
/* Check if we can switch over after qemu_savevm_query_pending() */
can_switchover = migration_can_switchover(s);
/* Should we switch to postcopy now? */