瀏覽代碼

stubs/colo.c: spelling

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Michael Tokarev 2 年之前
父節點
當前提交
beb1a91781
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stubs/colo.c

+ 1 - 1
stubs/colo.c

@@ -21,7 +21,7 @@ void colo_checkpoint_delay_set(void)
 
 
 void migrate_start_colo_process(MigrationState *s)
 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");
                  "module is not built in");
     abort();
     abort();
 }
 }