mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
stubs/colo.c: spelling
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
8ada214a90
commit
beb1a91781
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ void colo_checkpoint_delay_set(void)
|
|||
|
||||
void migrate_start_colo_process(MigrationState *s)
|
||||
{
|
||||
error_report("Impossible happend: trying to start COLO when COLO "
|
||||
error_report("Impossible happened: trying to start COLO when COLO "
|
||||
"module is not built in");
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue