]> git.proxmox.com Git - qemu.git/blobdiff - block-migration.c
fix spelling in libcacard sub directory
[qemu.git] / block-migration.c
index 0bff07538bfdca0e0e539ebbf52aa1c6ec858404..5f10486416689d2c3da340d9ea85f39596c1ca7f 100644 (file)
@@ -521,7 +521,7 @@ static int is_stage2_completed(void)
 
         if ((remaining_dirty / bwidth) <=
             migrate_max_downtime()) {
-            /* finish stage2 because we think that we can finish remaing work
+            /* finish stage2 because we think that we can finish remaining work
                below max_downtime */
 
             return 1;