mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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:
committed by
Cédric Le Goater
parent
511b786d13
commit
4abebba9f1
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user