summary refs log tree commit diff stats
path: root/block-migration.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-11-13 22:24:27 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-11-17 12:57:36 +0000
commit4238e26416c3b5ece9a823de9ab8f6cdfaff8f99 (patch)
tree430747dc3c2c24b5072725783884ae7d05e21413 /block-migration.c
parentb5e4946f9642b077fb07269a5542ec22564b3394 (diff)
downloadfocaccia-qemu-4238e26416c3b5ece9a823de9ab8f6cdfaff8f99.tar.gz
focaccia-qemu-4238e26416c3b5ece9a823de9ab8f6cdfaff8f99.zip
Fix some spelling bugs in documentation and comments
These errors were detected by codespell:

remaing -> remaining
soley -> solely
virutal -> virtual
seperate -> separate

libcacard.txt still needs some more patches.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'block-migration.c')
-rw-r--r--block-migration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block-migration.c b/block-migration.c
index 0bff07538b..5f10486416 100644
--- a/block-migration.c
+++ b/block-migration.c
@@ -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;