mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
3ee44ec727
commit
d8b71d96b3
7 changed files with 8 additions and 8 deletions
|
@ -48,7 +48,7 @@ uint64_t migration_rate_get(void)
|
|||
void migration_rate_set(uint64_t limit)
|
||||
{
|
||||
/*
|
||||
* 'limit' is per second. But we check it each BUFER_DELAY miliseconds.
|
||||
* 'limit' is per second. But we check it each BUFFER_DELAY milliseconds.
|
||||
*/
|
||||
stat64_set(&mig_stats.rate_limit_max, limit / XFER_LIMIT_RATIO);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue