diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:32:41 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-25 17:13:20 +0300 |
commit | d8b71d96b336054ac3cd0c9351b0cb75c47281ad (patch) | |
tree | ea2b52db0e6f5e0cf3995a9567dcbd0ad0b0c46c /migration/savevm.c | |
parent | 3ee44ec72753ec0ff05ad1569dfa609203d722b2 (diff) |
migration: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'migration/savevm.c')
-rw-r--r-- | migration/savevm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/savevm.c b/migration/savevm.c index 95c2abf47c..51e40e3a0b 100644 --- a/migration/savevm.c +++ b/migration/savevm.c @@ -117,7 +117,7 @@ static struct mig_cmd_args { * The format of arguments is depending on postcopy mode: * - postcopy RAM only * uint64_t host page size - * uint64_t taget page size + * uint64_t target page size * * - postcopy RAM and postcopy dirty bitmaps * format is the same as for postcopy RAM only |