From 4238e26416c3b5ece9a823de9ab8f6cdfaff8f99 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 13 Nov 2011 22:24:27 +0100 Subject: 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 Signed-off-by: Stefan Hajnoczi --- block-migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block-migration.c') 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; -- cgit v1.2.1